module ActiveRecord::AttributeMethods::Write
def _write_attribute(attr_name, value) # :nodoc:
breaking compatibility with the write_attribute API
This method exists to avoid the expensive primary_key check internally, without
def _write_attribute(attr_name, value) # :nodoc: @attributes.write_from_user(attr_name, value) end