commencer: add an independant page
This commit is contained in:
parent
bd77f82df0
commit
016e5f2e6f
14 changed files with 252 additions and 42 deletions
|
@ -265,6 +265,8 @@ Rails.application.routes.draw do
|
|||
namespace :commencer do
|
||||
get '/test/:path', action: 'commencer_test', as: :test
|
||||
get '/:path', action: 'commencer'
|
||||
get '/:path/sign_in', action: 'sign_in', as: :sign_in
|
||||
get '/:path/sign_up', action: 'sign_up', as: :sign_up
|
||||
end
|
||||
|
||||
resources :dossiers, only: [:index, :show, :new] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue