method
value
rails latest stable - Class:
ActionView::Helpers::InstanceTag
value(object, method_name)public
No documentation available.
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1151
def value(object, method_name)
object.send method_name if object
end