Module: AUStateSelect::FormBuilder
- Defined in:
- lib/au_state_select/form_builder.rb
Instance Method Summary collapse
Instance Method Details
#state_select(method, priority_countries = nil, options = {}, html_options = {}) ⇒ Object
3 4 5 |
# File 'lib/au_state_select/form_builder.rb', line 3 def state_select(method, priority_countries = nil, = {}, = {}) @template.state_select(@object_name, method, priority_countries, .merge(object: @object), ) end |