mirror of https://github.com/rails/rails
Merge pull request #37936 from s-mori/fix_typo_in_ar_dirty
Fix typo in ActiveRecord::AttributeMethods::Dirty
This commit is contained in:
commit
f185190a7a
|
@ -89,7 +89,7 @@ module ActiveRecord
|
|||
# This method is useful in validations and before callbacks to determine
|
||||
# if the next call to +save+ will change a particular attribute. It can be
|
||||
# invoked as +will_save_change_to_name?+ instead of
|
||||
# <tt>will_save_change_to_attribute("name")</tt>.
|
||||
# <tt>will_save_change_to_attribute?("name")</tt>.
|
||||
#
|
||||
# ==== Options
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue