Class: ActionView::Helpers::FormBuilder

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

Instance Method Summary collapse

Instance Method Details

#language_select(method, priority_languages = nil, options = {}, html_options = {}) ⇒ Object



40
41
42
# File 'lib/lola/helpers.rb', line 40

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