adding punctuations

This commit is contained in:
Neeraj Singh
2010-07-28 13:10:04 -04:00
parent 51924d49af
commit 31f8a0cd23

View File

@@ -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