url absoluta
This commit is contained in:
parent
25ad5c09c6
commit
ca130d58de
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ Rails.application.routes.draw do
|
||||||
|
|
||||||
root 'application#index'
|
root 'application#index'
|
||||||
|
|
||||||
mount Blazer::Engine, at: 'blazer'
|
mount Blazer::Engine, at: '/blazer'
|
||||||
|
|
||||||
resources :readings, only: %i[create]
|
resources :readings, only: %i[create]
|
||||||
|
|
||||||
resources :sites, only: %i[show create update]
|
resources :sites, only: %i[show create update]
|
||||||
resources :users, only: %i[index create destroy]
|
resources :users, only: %i[index create destroy]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue