delivery_plugin.rb 235 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 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