This commit is contained in:
Nicolas Bally 2017-06-06 17:34:26 +02:00
parent 3d8d184a3f
commit 7b79dba0d7

View File

@ -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