[Fix #1744] Remove useless variable
This commit is contained in:
parent
dc045bdefb
commit
faa56956c5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ module NewUser
|
|||
end
|
||||
|
||||
def dossier_with_champs
|
||||
@dossier_with_champs ||= Dossier.with_ordered_champs.find(params[:id])
|
||||
Dossier.with_ordered_champs.find(params[:id])
|
||||
end
|
||||
|
||||
def ensure_ownership!
|
||||
|
|
Loading…
Reference in a new issue