Method: Parse::Object#clear_attribute_change!
- Defined in:
- lib/parse/model/object.rb
#clear_attribute_change!(atts) ⇒ Object
clear all change and dirty tracking information.
447 448 449 |
# File 'lib/parse/model/object.rb', line 447 def clear_attribute_change!(atts) clear_attribute_changes(atts) end |