Update docs for ActiveRecord::AttributeMethods#[]=

The docs incorrectly claimed that write_attribute is protected despite
the method being public.
This commit is contained in:
Greg Navis 2022-11-02 14:44:04 +01:00
parent e76f978189
commit 7f58b74150
1 changed files with 0 additions and 1 deletions

View File

@ -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