Flowdock
method

new

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: RadioButton
new(object_name, method_name, template_object, tag_value, options) 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/radio_button.rb, line 9
        def initialize(object_name, method_name, template_object, tag_value, options)
          @tag_value = tag_value
          super(object_name, method_name, template_object, options)
        end
Register or log in to add new notes.