instance method
value
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.2.22.5Available in: v3.1.12 v3.2.22.5
Signature
value(object)
No documentation comment.
Parameters
-
objectreq
Source
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1117
def value(object)
self.class.value(object, @method_name)
end
Defined in actionpack/lib/action_view/helpers/form_helper.rb line 1117
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::InstanceTag