method

label

label(method, text = nil, options = {})
public

No documentation available.

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