module ActiveSupport::Callbacks::ClassMethods
def __reset_runner(symbol)
def __reset_runner(symbol) name = __callback_runner_name(nil, symbol) undef_method(name) if method_defined?(name) end
def __reset_runner(symbol) name = __callback_runner_name(nil, symbol) undef_method(name) if method_defined?(name) end