module ActiveScaffold::Bridges::UsaStateSelect::UsaStateSelectHelpers
Public Instance Methods
usa_state_select(object, method, priority_states = nil, options = {}, html_options = {})
click to toggle source
# 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