class TranslationInput < SimpleForm::Inputs::StringInput include Concerns::TranslationHint def input(wrapper_options = nil) format( '%s%s', super, translation_hint ).html_safe end end