Flowdock
method

skip_filter

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: AbstractController::Callbacks::ClassMethods
skip_filter(*names) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.