Skip to content

Commit 7567010

Browse files
Autolink AR::ConnectionAdapters::NullColumn [ci-skip]
1 parent e400b8a commit 7567010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/model_schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def yaml_encoder # :nodoc:
440440
end
441441

442442
# Returns the column object for the named attribute.
443-
# Returns an +ActiveRecord::ConnectionAdapters::NullColumn+ if the
443+
# Returns an ActiveRecord::ConnectionAdapters::NullColumn if the
444444
# named attribute does not exist.
445445
#
446446
# class Person < ActiveRecord::Base

0 commit comments

Comments
 (0)