Method: ActionView::Base#th
- Defined in:
- lib/whowish_word/action_view/base.rb
#th(uid, *variables) ⇒ Object
Translations that may contain HTML tags and are outside HTML attributes
42 43 44 |
# File 'lib/whowish_word/action_view/base.rb', line 42 def th(uid, *variables) return t(uid, *variables).html_safe end |