mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
adding punctuations
This commit is contained in:
parent
51924d49af
commit
31f8a0cd23
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue