Commit 5453c5a429cce865405105de0295f78fc1612be9

Authored by Victor Costa
1 parent 707b055c

proposals_discussion: allow any users to create proposals

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
lib/proposals_discussion_plugin/topic.rb
... ... @@ -24,4 +24,8 @@ class ProposalsDiscussionPlugin::Topic < Folder
24 24 end
25 25 end
26 26  
  27 + def allow_create?(user)
  28 + true
  29 + end
  30 +
27 31 end
... ...