remove for_procedure
This commit is contained in:
parent
e7bc53237b
commit
6055fd1b0b
3 changed files with 4 additions and 22 deletions
|
@ -312,7 +312,6 @@ class Dossier < ApplicationRecord
|
|||
.where.not(user: users_who_submitted)
|
||||
end
|
||||
|
||||
scope :for_procedure, -> (procedure) { includes(:user, :groupe_instructeur).where(groupe_instructeurs: { procedure: procedure }) }
|
||||
scope :for_api_v2, -> { includes(procedure: [:administrateurs, :attestation_template], etablissement: [], individual: [], traitements: []) }
|
||||
|
||||
scope :with_notifications, -> do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue