instance method
__reset_runner
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v4.0.13Available in: v3.2.22.5 v4.0.13
Signature
__reset_runner(symbol)
No documentation comment.
Parameters
-
symbolreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 408
def __reset_runner(symbol)
name = __callback_runner_name(nil, symbol)
undef_method(name) if method_defined?(name)
end
Defined in activesupport/lib/active_support/callbacks.rb line 408
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::ClassMethods