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

#executeObject



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

def execute
  super || run_callbacks(:failure)
end