Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/rails_country_select.rb

Instance Method Summary collapse

Instance Method Details

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



27
28
29
# File 'lib/rails_country_select.rb', line 27

def country_select(method, options = {}, html_options = {})
  @template.country_select(@object_name, method, options.merge({:object => @object}), html_options)
end