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