Module: Paysio::Actions::Update
Instance Method Summary collapse
Instance Method Details
#save ⇒ Object
9 10 11 12 13 |
# File 'lib/paysio/actions/update.rb', line 9 def save @previously_changed = changes @changed_attributes.clear update(changed_attributes) end |