class method
self.new
Ruby on Rails 7.1.6
Since v7.0.10 Last seen in v7.1.6Available in: v7.0.10 v7.1.6
Signature
self.new(target, method)
No documentation comment.
Parameters
-
targetreq -
methodreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 415
def initialize(target, method)
@override_target = target
@method_name = method
end
Defined in activesupport/lib/active_support/callbacks.rb line 415
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::CallTemplate::ObjectCall