Noosfero/noosfero

View on GitHub
plugins/delivery/lib/delivery_plugin.rb

Summary

Maintainability
A
0 mins
Test Coverage
module DeliveryPlugin
  extend Noosfero::Plugin::ParentMethods

  def self.plugin_name
    I18n.t("delivery_plugin.lib.plugin.name")
  end

  def self.plugin_description
    I18n.t("delivery_plugin.lib.plugin.description")
  end
end