add route
This commit is contained in:
parent
66f0fa35f2
commit
da1d83b967
1 changed files with 4 additions and 0 deletions
|
@ -248,6 +248,10 @@ Rails.application.routes.draw do
|
||||||
#
|
#
|
||||||
|
|
||||||
scope module: 'users' do
|
scope module: 'users' do
|
||||||
|
namespace :statistiques do
|
||||||
|
get '/:path', action: 'statistiques'
|
||||||
|
end
|
||||||
|
|
||||||
namespace :commencer do
|
namespace :commencer do
|
||||||
get '/test/:path/dossier_vide', action: 'dossier_vide_pdf_test', as: :dossier_vide_test
|
get '/test/:path/dossier_vide', action: 'dossier_vide_pdf_test', as: :dossier_vide_test
|
||||||
get '/test/:path', action: 'commencer_test', as: :test
|
get '/test/:path', action: 'commencer_test', as: :test
|
||||||
|
|
Loading…
Add table
Reference in a new issue