ref: master
plugins/products/lib/products_plugin/translation_helper.rb
1 2 3 4 5 6 7 8 9 10 11 12
module ProductsPlugin::TranslationHelper protected # included here to be used on controller's t calls include TermsHelper def i18n_scope ['products_plugin'] end end