module I18nLanguageSelect::FormBuilder
Public Instance Methods
language_code_select(method, priority_languages = nil, options = {}, html_options = {})
click to toggle source
# File lib/i18n_language_select/form_builder.rb, line 3 def language_code_select(method, priority_languages = nil, options = {}, html_options = {}) @template.language_code_select(@object_name, method, priority_languages, options.merge(object: @object), html_options) end