module I18nLazyScope::Helper

Public Instance Methods

t_scoped(key, **args) click to toggle source
# File lib/i18n_lazy_scope/helper.rb, line 3
def t_scoped(key, **args)
  t(key, scope: lazy_scope, **args)
end