Module: Cassie::Statements::Execution::Callbacks

Extended by:
ActiveSupport::Concern
Included in:
Cassie::Statements::Execution
Defined in:
lib/cassie/statements/execution/callbacks.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#execute(*args) ⇒ Object



16
17
18
# File 'lib/cassie/statements/execution/callbacks.rb', line 16

def execute(*args)
  super || run_callbacks(:failure)
end