instance method
prepend_before_action
Ruby on Rails 4.0.13
Since v4.0.13Signature
prepend_before_action(names, block)
Prepend a callback before actions. See _insert_callbacks for parameter details. Aliased as prepend_before_filter.
Source
# File actionpack/lib/abstract_controller/callbacks.rb, line 89
Defined in actionpack/lib/abstract_controller/callbacks.rb line 89
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Callbacks::ClassMethods