Module: I18nLazyScope::Helper
- Defined in:
- lib/i18n_lazy_scope/helper.rb
Instance Method Summary collapse
Instance Method Details
#t_scoped(key, **args) ⇒ Object
3 4 5 |
# File 'lib/i18n_lazy_scope/helper.rb', line 3 def t_scoped(key, **args) t(key, scope: lazy_scope, **args) end |