method
fetch_value
v7.1.3.2 -
Show latest stable
- Class:
ActiveModel::AttributeSet
fetch_value(name, &block)public
No documentation available.
# File activemodel/lib/active_model/attribute_set.rb, line 50
def fetch_value(name, &block)
self[name].value(&block)
end