Skip to content

Commit

Permalink
[ci skip] Fix typo, will_save_change_to_attribute -> will_save_change…
Browse files Browse the repository at this point in the history
…_to_attribute?
  • Loading branch information
s-mori committed Dec 11, 2019
1 parent 42111f8 commit ce0b8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/attribute_methods/dirty.rb
Expand Up @@ -89,7 +89,7 @@ def saved_changes
# 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
#
Expand Down

0 comments on commit ce0b8ff

Please sign in to comment.