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