suite
This commit is contained in:
parent
3d8d184a3f
commit
7b79dba0d7
@ -10,7 +10,9 @@ class Public::ReseauxesController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
def show
|
def show
|
||||||
@reseaux = current_customer.own_reseauxes.find(params[:id])
|
|
||||||
|
#@reseaux = current_customer.own_reseauxes.find(params[:id])
|
||||||
|
@reseaux = Reseaux.find(params[:id])
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user