Method: ActiveSupport::ExecutionWrapper#run

Defined in:
activesupport/lib/active_support/execution_wrapper.rb

#runObject

:nodoc:



127
128
129
# File 'activesupport/lib/active_support/execution_wrapper.rb', line 127

def run # :nodoc:
  run_callbacks(:run)
end