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