Class: Decidim::Conferences::PromotedConferences

Inherits:
Query
  • Object
show all
Defined in:
decidim-conferences/app/queries/decidim/conferences/promoted_conferences.rb

Overview

This query filters conferences so only promoted ones are returned.

Instance Method Summary collapse

Methods inherited from Query

#cached_query, #each, #eager?, #exists?, #initialize, merge, #none?, #relation?, #|

Constructor Details

This class inherits a constructor from Decidim::Query

Instance Method Details

#queryObject



7
8
9
# File 'decidim-conferences/app/queries/decidim/conferences/promoted_conferences.rb', line 7

def query
  Decidim::Conference.promoted
end