Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
attribute=(attribute_name, value)
private
# File activerecord/lib/active_record/attribute_methods.rb, line 385
def attribute=(attribute_name, value)
write_attribute(attribute_name, value)
end