method
new
rails latest stable - Class:
ActiveSupport::Callbacks::Callback::CallTemplate::ObjectCall
new(target, method)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 415
def initialize(target, method)
@override_target = target
@method_name = method
end