class ActionView::Helpers::FormBuilder
Public Instance Methods
language_select(method, priority_languages = nil, options = {}, html_options = {})
click to toggle source
# File lib/lola/helpers.rb, line 41 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