Flowdock
method

skip_filter

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: AbstractController::Callbacks::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

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.