cirandas.net

ref: master

plugins/template/lib/template_plugin.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
class TemplatePlugin < Noosfero::Plugin

  def self.plugin_name
    # FIXME
    "TemplatePlugin"
  end

  def self.plugin_description
    # FIXME
    _("A plugin that does this and that.")
  end

end