method
label
v3.2.13 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
label(method, text = nil, options = {}, &block)public
No documentation available.
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1320
def label(method, text = nil, options = {}, &block)
@template.label(@object_name, method, text, objectify_options(options), &block)
end