driven_signup_plugin.rb 213 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 module DrivenSignupPlugin extend Noosfero::Plugin::ParentMethods def self.plugin_name _'Driven signup' end def self.plugin_description _'Allow external websites to manage the signup' end end