method

skip_filter

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