class ActionView::Helpers::Tags::CountrySelect
Public Class Methods
Source
# File lib/country_select/country_select_helper.rb, line 25 def initialize(object_name, method_name, template_object, options, html_options) @html_options = html_options super(object_name, method_name, template_object, options) end
Calls superclass method
Public Instance Methods
Source
# File lib/country_select/country_select_helper.rb, line 31 def render select_content_tag(country_option_tags, @options, @html_options) end