Module ActiveRecord::AttributeMethods::Write
In: lib/active_record/attribute_methods/write.rb

Methods

Classes and Modules

Module ActiveRecord::AttributeMethods::Write::ClassMethods

Public Instance methods

Updates the attribute identified by attr_name with the specified value. Empty strings for fixnum and float columns are turned into nil.

[Validate]