Noosfero/noosfero

View on GitHub
plugins/suppliers/lib/suppliers_plugin/translation_helper.rb

Summary

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

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

    def i18n_scope
      ["suppliers_plugin"]
    end
end