instance method
call
Ruby on Rails 7.1.6
Since v4.1.16 Last seen in v7.1.6Signature
call(target, value)
No documentation comment.
Parameters
-
targetreq -
valuereq
Source
# File activesupport/lib/active_support/callbacks.rb, line 158
def call(target, value); @block.call(value); end
Defined in activesupport/lib/active_support/callbacks.rb line 158
· View on GitHub
· Improve this page
· Find usages on GitHub