mirror of https://github.com/rails/rails
Mark NullSchemaMigration as :nodoc:
This isn't public and was marked by mistake.
This commit is contained in:
parent
33b1976acb
commit
938ffba6a3
|
@ -6,7 +6,7 @@ module ActiveRecord
|
|||
# number is inserted in to the schema migrations table so it doesn't need
|
||||
# to be executed the next time.
|
||||
class SchemaMigration # :nodoc:
|
||||
class NullSchemaMigration
|
||||
class NullSchemaMigration # :nodoc:
|
||||
end
|
||||
|
||||
attr_reader :connection, :arel_table
|
||||
|
|
Loading…
Reference in New Issue