Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- lib/enhanced_select.rb
Instance Method Summary collapse
Instance Method Details
#enhanced_select(method, choices, options = {}, html_options = {}) ⇒ Object
51 52 53 |
# File 'lib/enhanced_select.rb', line 51 def enhanced_select method, choices, = {}, = {} @template.enhanced_select @object_name, method, choices, (), @default_options.merge() end |