Method: ActiveSupport::Callbacks::Conditionals::Value#call
- Defined in:
- activesupport/lib/active_support/callbacks.rb
#call(target, value) ⇒ Object
157 |
# File 'activesupport/lib/active_support/callbacks.rb', line 157 def call(target, value); @block.call(value); end |