method
skip_filter
v5.0.0.1 -
Show latest stable
- Class:
AbstractController::Callbacks::ClassMethods
skip_filter(*names)public
No documentation available.
# File actionpack/lib/abstract_controller/callbacks.rb, line 71
def skip_filter(*names)
ActiveSupport::Deprecation.warn("`skip_filter` is deprecated and will be removed in Rails 5.1. Use skip_before_action, skip_after_action or skip_around_action instead.")
skip_action_callback(*names)
end