class ActionView::Helpers::FormBuilder

Public Instance Methods

country_select(method, options = {}, html_options = {}) click to toggle source
# File lib/rails_country_select.rb, line 28
def country_select(method, options = {}, html_options = {})
  @template.country_select(@object_name, method, options, html_options)
end