ref: master
plugins/consumers_coop/lib/consumers_coop_plugin.rb
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
module ConsumersCoopPlugin extend Noosfero::Plugin::ParentMethods def self.plugin_name I18n.t('consumers_coop_plugin.lib.plugin.name') end def self.plugin_description I18n.t('consumers_coop_plugin.lib.plugin.description') end Order = OrdersCyclePlugin::Order Sale = OrdersCyclePlugin::Sale Purchage = OrdersCyclePlugin::Purchase end |