Module: ActionView::Helpers::FormOptionsHelper

Defined in:
lib/country_select/country_select_helper.rb,
lib/country_select/rails3/country_select_helper.rb

Instance Method Summary collapse

Instance Method Details

#country_select(object, method, options = {}, html_options = {}) ⇒ Object



17
18
19
# File 'lib/country_select/country_select_helper.rb', line 17

def country_select(object, method, options = {}, html_options = {})
  Tags::CountrySelect.new(object, method, self, options, html_options).render
end