method

skip?

rails latest stable - Class: ActiveSupport::Callbacks::Callback::CallbackSequence
skip?(arg)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 583
        def skip?(arg)
          arg.halted || !@user_conditions.all? { |c| c.call(arg.target, arg.value) }
        end