Module: ActionView::Helpers::FormOptionsHelper
- Included in:
- CountrySelect::TagHelper
- Defined in:
- lib/country_select/country_select_helper.rb
Instance Method Summary collapse
Instance Method Details
#country_select(object, method, options = {}, html_options = {}) ⇒ Object
16 17 18 |
# File 'lib/country_select/country_select_helper.rb', line 16 def country_select(object, method, = {}, = {}) Tags::CountrySelect.new(object, method, self, , ).render end |