app: rename new_user
to users
This commit is contained in:
parent
5127481cb1
commit
ded5b70444
53 changed files with 60 additions and 60 deletions
|
@ -264,7 +264,7 @@ Rails.application.routes.draw do
|
|||
# User
|
||||
#
|
||||
|
||||
scope module: 'new_user' do
|
||||
scope module: 'users' do
|
||||
namespace :commencer do
|
||||
get '/test/:path', action: 'commencer_test', as: :test
|
||||
get '/:path', action: 'commencer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue