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)
No documentation comment.
Parameters
-
targetreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 507
def initialize(target)
@override_target = target
end
Defined in activesupport/lib/active_support/callbacks.rb line 507
· View on GitHub
· Improve this page
· Find usages on GitHub