Method: ActiveSupport::ExecutionWrapper#run
- Defined in:
- activesupport/lib/active_support/execution_wrapper.rb
#run ⇒ Object
:nodoc:
127 128 129 |
# File 'activesupport/lib/active_support/execution_wrapper.rb', line 127 def run # :nodoc: run_callbacks(:run) end |