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 938ffba commit 23e04dcCopy full SHA for 23e04dc
activerecord/lib/active_record/internal_metadata.rb
@@ -10,7 +10,7 @@ module ActiveRecord
10
# This is enabled by default. To disable this functionality set
11
# `use_metadata_table` to false in your database configuration.
12
class InternalMetadata # :nodoc:
13
- class NullInternalMetadata
+ class NullInternalMetadata # :nodoc:
14
end
15
16
attr_reader :connection, :arel_table
0 commit comments