Class: TranslationInput

Inherits:
SimpleForm::Inputs::StringInput
  • Object
show all
Includes:
Concerns::TranslationHint
Defined in:
lib/generators/tmatt_cms/templates/inputs/translation_input.rb

Instance Method Summary collapse

Instance Method Details

#input(wrapper_options = nil) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/generators/tmatt_cms/templates/inputs/translation_input.rb', line 4

def input(wrapper_options = nil)
  format(
      '%s%s',
      super,
      translation_hint
  ).html_safe
end