Module: TranslationFilter
- Defined in:
- lib/comatose/filters/translation_filter.rb
Instance Method Summary collapse
Instance Method Details
#t(input) ⇒ Object
3 4 5 6 7 |
# File 'lib/comatose/filters/translation_filter.rb', line 3 def t(input) I18n.translate(input) #rescue # input end |