From de7898e52ba403a69200c5d32ef2b0f2dd1bf6c2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 9 Apr 2015 23:47:48 +0200 Subject: [PATCH] initial --- app/views/portlets/dynamic_contents/_sejours.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/portlets/dynamic_contents/_sejours.html.haml b/app/views/portlets/dynamic_contents/_sejours.html.haml index 5e0249b..6a4d6cd 100644 --- a/app/views/portlets/dynamic_contents/_sejours.html.haml +++ b/app/views/portlets/dynamic_contents/_sejours.html.haml @@ -5,7 +5,7 @@ -if params[:saison_id] -@sejours = Saison.find(params[:saison_id]).sejours.all -else - -@sejours = Sejour.find(1).sejours.all + -@sejours = Saison.find(1).sejours.all