We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b1976 commit 938ffbaCopy full SHA for 938ffba
activerecord/lib/active_record/schema_migration.rb
@@ -6,7 +6,7 @@ module ActiveRecord
6
# number is inserted in to the schema migrations table so it doesn't need
7
# to be executed the next time.
8
class SchemaMigration # :nodoc:
9
- class NullSchemaMigration
+ class NullSchemaMigration # :nodoc:
10
end
11
12
attr_reader :connection, :arel_table
0 commit comments