Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/dm_core/state_select.rb

Instance Method Summary collapse

Instance Method Details

#state_select(method, country = 'US', options = {}, html_options = {}) ⇒ Object




75
76
77
# File 'lib/dm_core/state_select.rb', line 75

def state_select(method, country = 'US', options = {}, html_options = {})
  @template.state_select(@object_name, method, country, options.merge(:object => @object), html_options)
end