instance method
around_filter
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
around_filter(names, block)
Append an around filter. See _insert_callbacks for parameter details.
Source
# File actionpack/lib/abstract_controller/callbacks.rb, line 135
Defined in actionpack/lib/abstract_controller/callbacks.rb line 135
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Callbacks::ClassMethods