Module: AbstractController::Callbacks
- Defined in:
- lib/cells/rails_compat.rb
Instance Method Summary (collapse)
-
- (Object) process_action(method_name, *args)
Fixed in 3.0.4.
Instance Method Details
- (Object) process_action(method_name, *args)
Fixed in 3.0.4.
5 6 7 8 9 |
# File 'lib/cells/rails_compat.rb', line 5 def process_action(method_name, *args) # Fixed in 3.0.4. run_callbacks(:process_action, method_name) do super end end |