mirror of https://github.com/rails/rails
Update docs for ActiveRecord::AttributeMethods#[]=
The docs incorrectly claimed that write_attribute is protected despite the method being public.
This commit is contained in:
parent
e76f978189
commit
7f58b74150
|
@ -332,7 +332,6 @@ module ActiveRecord
|
|||
end
|
||||
|
||||
# Updates the attribute identified by <tt>attr_name</tt> with the specified +value+.
|
||||
# (Alias for the protected #write_attribute method).
|
||||
#
|
||||
# class Person < ActiveRecord::Base
|
||||
# end
|
||||
|
|
Loading…
Reference in New Issue