save!(*)
Attempts to save! the record and clears changed attributes if successful.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 28 def save!(*) super.tap do changes_applied end end