instance method
expand
Ruby on Rails 7.0.10
Since v7.0.10 Last seen in v7.1.6Available in: v7.0.10 v7.1.6
Signature
expand(target, value, block)
No documentation comment.
Parameters
-
targetreq -
valuereq -
blockreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 508
def expand(target, value, block)
[@override_target || target, block, :call, target, value]
end
Defined in activesupport/lib/active_support/callbacks.rb line 508
· View on GitHub
· Improve this page
· Find usages on GitHub