models: fix a typo in a ProcedurePresentation's comment
This commit is contained in:
parent
6849a73aec
commit
fbe0410702
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class ProcedurePresentation < ApplicationRecord
|
|||
end
|
||||
when 'followers_instructeurs'
|
||||
assert_supported_column(table, column)
|
||||
# LEFT OUTER JOIN allows to keep dossiers without assignated instructeurs yet
|
||||
# LEFT OUTER JOIN allows to keep dossiers without assigned instructeurs yet
|
||||
dossiers
|
||||
.includes(:followers_instructeurs)
|
||||
.joins('LEFT OUTER JOIN users instructeurs_users ON instructeurs_users.id = instructeurs.user_id')
|
||||
|
|
Loading…
Reference in a new issue