proposal_helper.rb 178 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 module ProposalsDiscussionPlugin::ProposalHelper def visibility_options(article, tokenized_children) article.published = false if article.new_record? super end end