Skip to content

Commit

Permalink
Autolink AR::ConnectionAdapters::NullColumn [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhefner committed Nov 4, 2023
1 parent e400b8a commit 7567010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/model_schema.rb
Expand Up @@ -440,7 +440,7 @@ def yaml_encoder # :nodoc:
end

# Returns the column object for the named attribute.
# Returns an +ActiveRecord::ConnectionAdapters::NullColumn+ if the
# Returns an ActiveRecord::ConnectionAdapters::NullColumn if the
# named attribute does not exist.
#
# class Person < ActiveRecord::Base
Expand Down

0 comments on commit 7567010

Please sign in to comment.