Class: Decidim::Proposals::ProposalListHelper
- Inherits:
-
Core::ComponentListBase
- Object
- Core::ComponentListBase
- Decidim::Proposals::ProposalListHelper
- Defined in:
- lib/decidim/api/proposals_type.rb
Instance Method Summary collapse
-
#query_scope ⇒ Object
only querying published posts.
Instance Method Details
#query_scope ⇒ Object
only querying published posts
7 8 9 |
# File 'lib/decidim/api/proposals_type.rb', line 7 def query_scope super.published end |