[ci skip] Fix typo, will_save_change_to_attribute -> will_save_change_to_attribute?

This commit is contained in:
s-mori 2019-12-11 22:26:49 +09:00
parent 42111f85df
commit ce0b8ffbd6
1 changed files with 1 additions and 1 deletions

View File

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