saved_changes?()
Did the last call to save have any changes to change?
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 78 def saved_changes? mutations_before_last_save.any_changes? end