Class: FormTranslation::CustomFormBuilder

Inherits:
SimpleForm::FormBuilder
  • Object
show all
Defined in:
lib/form_translation/custom_form_builder.rb

Instance Method Summary collapse

Instance Method Details

#languagify(&block) ⇒ Object



8
9
10
11
# File 'lib/form_translation/custom_form_builder.rb', line 8

def languagify &block
  return unless block_given?
  LanguagesFormBuilder.new(self).render &block
end