Module: ActiveScaffold::Bridges::UsaStateSelect::UsaStateSelectHelpers

Defined in:
lib/active_scaffold/bridges/usa_state_select/usa_state_select_helper.rb

Instance Method Summary collapse

Instance Method Details

#usa_state_select(object, method, priority_states = nil, options = {}, html_options = {}) ⇒ Object



4
5
6
# File 'lib/active_scaffold/bridges/usa_state_select/usa_state_select_helper.rb', line 4

def usa_state_select(object, method, priority_states = nil, options = {}, html_options = {})
  ActionView::Helpers::Tags::UsaStateSelect.new(object, method, self, options).to_usa_state_select_tag(priority_states, options, html_options)
end