colab_integration_plugin.rb 219 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 class ColabIntegrationPlugin < Noosfero::Plugin def self.plugin_name "Colab Integration Plugin" end def self.plugin_description _("A plugin that offers noosfero's data for Colab Integration.") end end