Commit 997946d1688c9676361e1c1c2687a19f28f5e8fd

Authored by Victor Costa
1 parent 85aef7dd

proposals_discussion: proposals will be public by default

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