From 7b79dba0d7e2117fc8a76ae11bd2d223322c882a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 6 Jun 2017 17:34:26 +0200 Subject: [PATCH] suite --- app/controllers/public/reseauxes_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/controllers/public/reseauxes_controller.rb b/app/controllers/public/reseauxes_controller.rb index b9c27b1..b4d3ff9 100755 --- a/app/controllers/public/reseauxes_controller.rb +++ b/app/controllers/public/reseauxes_controller.rb @@ -10,7 +10,9 @@ class Public::ReseauxesController < ApplicationController end def show - @reseaux = current_customer.own_reseauxes.find(params[:id]) + + #@reseaux = current_customer.own_reseauxes.find(params[:id]) + @reseaux = Reseaux.find(params[:id]) end