Flowdock
method

skip_filter

Importance_1
v3.2.13 - Show latest stable - 0 notes - Class: AbstractController::Callbacks::ClassMethods
skip_filter(*names, &blk) public

Skip before, after, and around filters 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_filter

Show source
Register or log in to add new notes.