method

around

rails latest stable - Class: ActiveSupport::Callbacks::Callback::CallbackSequence
around(call_template, user_conditions)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 579
        def around(call_template, user_conditions)
          CallbackSequence.new(self, call_template, user_conditions)
        end