mirror of https://github.com/rails/rails
[ci skip] Fix typo, will_save_change_to_attribute -> will_save_change_to_attribute?
This commit is contained in:
parent
42111f85df
commit
ce0b8ffbd6
|
@ -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