Class: ActionView::Helpers::FormBuilder

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

Instance Method Summary collapse

Instance Method Details

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



159
160
161
# File 'lib/state_select_plugin.rb', line 159

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