diff --git a/config/routes.rb b/config/routes.rb index 99f7cfc..742dbcc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,9 +3,10 @@ Rails.application.routes.draw do root 'application#index' - mount Blazer::Engine, at: 'blazer' + mount Blazer::Engine, at: '/blazer' resources :readings, only: %i[create] + resources :sites, only: %i[show create update] resources :users, only: %i[index create destroy] end