class ActionView::Helpers::FormBuilder
Public Instance Methods
state_select(method, country = 'US', options = {}, html_options = {})
click to toggle source
# 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