Method: Contracto::SystemActionChain#execute

Defined in:
lib/contracto/system_action.rb,
lib/contracto/system_action_chain.rb

#executeObject



59
60
61
62
63
64
# File 'lib/contracto/system_action.rb', line 59

def execute
  perform_actions and true
rescue StandardError => e
  revert_actions and false
  raise e
end