Class: Decidim::Proposals::ProposalListHelper

Inherits:
Core::ComponentListBase
  • Object
show all
Defined in:
lib/decidim/api/functions/proposal_list_helper.rb

Instance Method Summary collapse

Instance Method Details

#query_scopeObject

only querying published proposals



7
8
9
# File 'lib/decidim/api/functions/proposal_list_helper.rb', line 7

def query_scope
  super.published
end