Noosfero/noosfero

View on GitHub
plugins/orders/lib/orders_plugin/translation_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OrdersPlugin::TranslationHelper
  protected

    # included here to be used on controller's t calls
    include TermsHelper

    def i18n_scope
      ["orders_plugin", "suppliers_plugin"]
    end
end