Commit 6a3d6484f0b1cf8d7a15f43cccf49e6b5a0fbc2d

Authored by Victor Costa
1 parent e031de6e

proposals_discussion: proposals will be public by default

plugins/proposals_discussion/lib/proposals_discussion_plugin/proposal_helper.rb
@@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
1 -module ProposalsDiscussionPlugin::ProposalHelper  
2 -  
3 - def visibility_options(article, tokenized_children)  
4 - article.published = false if article.new_record?  
5 - super  
6 - end  
7 -  
8 -end