instance method
call
Ruby on Rails 6.1.7.10
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 154
def call(target, value); @block.call(value); end
Defined in activesupport/lib/active_support/callbacks.rb line 154
· View on GitHub
· Improve this page
· Find usages on GitHub