around(call_template, user_conditions)
public

No documentation available.

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