mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
adding punctuations
This commit is contained in:
@@ -106,10 +106,10 @@ module ActiveRecord
|
||||
# This is especially useful for boolean flags on existing records. Also note that
|
||||
#
|
||||
# * The attribute being updated must be a column name.
|
||||
# * Validation is skipped
|
||||
# * No callbacks are invoked
|
||||
# * updated_at/updated_on column is updated if that column is available
|
||||
# * Does not work on associations
|
||||
# * Validation is skipped.
|
||||
# * No callbacks are invoked.
|
||||
# * updated_at/updated_on column is updated if that column is available.
|
||||
# * Does not work on associations.
|
||||
# * Does not work on attr_accessor attributes.
|
||||
# * Does not work on new record. <tt>record.new_record?</tt> should return false for this method to work.
|
||||
# * Updates only the attribute that is input to the method. If there are other changed attributes then
|
||||
|
||||
Reference in New Issue
Block a user