style check
This commit is contained in:
parent
756f5ffc50
commit
b90dbb7c86
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
module DossierConcern
|
module DossierConcern
|
||||||
|
|
||||||
def current_dossier
|
def current_dossier
|
||||||
Dossier.find(params[:dossier_id])
|
Dossier.find(params[:dossier_id])
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
Loading…
Reference in a new issue