suite
This commit is contained in:
parent
3d8d184a3f
commit
7b79dba0d7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user