Mark NullSchemaMigration as :nodoc:

This isn't public and was marked by mistake.
This commit is contained in:
Rafael Mendonça França 2023-10-13 13:16:07 +00:00
parent 33b1976acb
commit 938ffba6a3
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -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