Method: Fortitude::Widget::Localization#ttext
- Defined in:
- lib/fortitude/widget/localization.rb
#ttext(key, *args) ⇒ Object
PUBLIC API
81 82 83 |
# File 'lib/fortitude/widget/localization.rb', line 81 def ttext(key, *args) tag_text t(".#{key}", *args) end |