method
skip?
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallbackSequence
skip?(arg)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 580
def skip?(arg)
arg.halted || !@user_conditions.all? { |c| c.call(arg.target, arg.value) }
end