module ActionView::Helpers::FormOptionsHelper
Public Instance Methods
Source
# File lib/country_select/country_select_helper.rb, line 16 def country_select(object, method, options = {}, html_options = {}) Tags::CountrySelect.new(object, method, self, options, html_options).render end