Flowdock
method

skip_action_callback

Importance_1
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_action_callback(*names) public

Skip before, after, and around action callbacks matching any of the names.

Parameters

  • names - A list of valid names that could be used for callbacks. Note that skipping uses Ruby equality, so it’s impossible to skip a callback defined using an anonymous proc using #skip_action_callback.

Show source
Register or log in to add new notes.