Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
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, options = {}, html_options = {}
  @template.enhanced_select @object_name, method, choices, objectify_options(options), @default_options.merge(html_options)
end