Skip to content

Commit 32957f3

Browse files
Merge pull request rails#46407 from gregnavis/fix-attribute-methods-array-writer-docs
Update docs for ActiveRecord::AttributeMethods#[]= [ci-skip]
2 parents 7db044f + 7f58b74 commit 32957f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activerecord/lib/active_record/attribute_methods.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def [](attr_name)
332332
end
333333

334334
# Updates the attribute identified by <tt>attr_name</tt> with the specified +value+.
335-
# (Alias for the protected #write_attribute method).
336335
#
337336
# class Person < ActiveRecord::Base
338337
# end

0 commit comments

Comments
 (0)