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