Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- lib/rails_country_select.rb
Instance Method Summary collapse
Instance Method Details
#country_select(method, options = {}, html_options = {}) ⇒ Object
27 28 29 |
# File 'lib/rails_country_select.rb', line 27 def country_select(method, = {}, = {}) @template.country_select(@object_name, method, .merge({:object => @object}), ) end |