Skip to content

Commit 938ffba

Browse files
committed
Mark NullSchemaMigration as :nodoc:
This isn't public and was marked by mistake.
1 parent 33b1976 commit 938ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/schema_migration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module ActiveRecord
66
# number is inserted in to the schema migrations table so it doesn't need
77
# to be executed the next time.
88
class SchemaMigration # :nodoc:
9-
class NullSchemaMigration
9+
class NullSchemaMigration # :nodoc:
1010
end
1111

1212
attr_reader :connection, :arel_table

0 commit comments

Comments
 (0)