method
label
label(method, text = nil, options = {})
public
Hide source
# File actionpack/lib/action_view/helpers/form_helper.rb, line 729 def label(method, text = nil, options = {}) @template.label(@object_name, method, text, objectify_options(options)) end