Commit 2536d367b950c288810d58877ed1c343218c9160

Authored by Rodrigo Souto
1 parent 5063e7ca

Improving new content hotspot description

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/noosfero/plugin.rb
@@ -130,7 +130,7 @@ class Noosfero::Plugin @@ -130,7 +130,7 @@ class Noosfero::Plugin
130 end 130 end
131 131
132 # -> Adds plugin-specific content types to CMS 132 # -> Adds plugin-specific content types to CMS
133 - # returns = { content type class } 133 + # returns = [ContentClass1, ContentClass2, ...]
134 def content_types 134 def content_types
135 nil 135 nil
136 end 136 end