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