class TranslationInput
Public Instance Methods
input(wrapper_options = nil)
click to toggle source
Calls superclass method
# 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