Flowdock
method

label

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: Builder
label(label_html_options={}, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/tags/collection_helpers.rb, line 20
          def label(label_html_options={}, &block)
            html_options = @input_html_options.slice(:index, :namespace).merge(label_html_options)
            @template_object.label(@object_name, @sanitized_attribute_name, @text, html_options, &block)
          end
Register or log in to add new notes.