method

label

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