Class: ActionView::Helpers::InstanceTag
- Inherits:
-
Object
- Object
- ActionView::Helpers::InstanceTag
- Defined in:
- lib/enhanced_select.rb
Instance Method Summary collapse
Instance Method Details
#to_enhanced_select_tag(choices, options, html_options) ⇒ Object
42 43 44 45 46 47 |
# File 'lib/enhanced_select.rb', line 42 def to_enhanced_select_tag choices, , = .stringify_keys add_default_name_and_id() value = value(object) content_tag "select", ((choices, value), , value), end |