commit
2f97efe12c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Dossier < ActiveRecord::Base
|
||||||
scope :nouveaux, -> { not_archived.state_nouveaux }
|
scope :nouveaux, -> { not_archived.state_nouveaux }
|
||||||
scope :en_instruction, -> { not_archived.state_en_instruction }
|
scope :en_instruction, -> { not_archived.state_en_instruction }
|
||||||
scope :termine, -> { not_archived.state_termine }
|
scope :termine, -> { not_archived.state_termine }
|
||||||
scope :downloadable, -> { state_not_brouillon }
|
scope :downloadable, -> { state_not_brouillon.includes(:entreprise, :etablissement, :champs, :champs_private) }
|
||||||
scope :en_cours, -> { not_archived.state_en_construction_ou_instruction }
|
scope :en_cours, -> { not_archived.state_en_construction_ou_instruction }
|
||||||
scope :without_followers, -> { includes(:follows).where(follows: { id: nil }) }
|
scope :without_followers, -> { includes(:follows).where(follows: { id: nil }) }
|
||||||
scope :with_unread_notifications, -> { where(notifications: { already_read: false }) }
|
scope :with_unread_notifications, -> { where(notifications: { already_read: false }) }
|
||||||
|
|
Loading…
Reference in a new issue