Skip to content

Commit 23e04dc

Browse files
committed
Make NullInternalMetadata private
This shouldn't have been public. Followup to 938ffba
1 parent 938ffba commit 23e04dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/internal_metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module ActiveRecord
1010
# This is enabled by default. To disable this functionality set
1111
# `use_metadata_table` to false in your database configuration.
1212
class InternalMetadata # :nodoc:
13-
class NullInternalMetadata
13+
class NullInternalMetadata # :nodoc:
1414
end
1515

1616
attr_reader :connection, :arel_table

0 commit comments

Comments
 (0)