class CkeditorTranslationInput < Ckeditor::Hooks::SimpleForm::CkeditorInput include Concerns::TranslationHint def input(wrapper_options = nil) format( '%s%s', super, translation_hint ).html_safe end end