diff --git a/config/routes.rb b/config/routes.rb index acdc43c..9db9b3d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -10,7 +10,7 @@ Rails.application.routes.draw do resource :email_verification, only: [ :show, :create ] resource :password_reset, only: [ :new, :edit, :create, :update ] end - resources :jobs do + resources :jobs, only: [ :index, :new, :create, :destroy ] do member do patch "cancel" end