engine/config/routes.rb in good_job-1.9.5 vs engine/config/routes.rb in good_job-1.9.6
- old
+ new
@@ -1,7 +1,8 @@
GoodJob::Engine.routes.draw do
root to: 'dashboards#index'
- resources :active_jobs, only: :show
+ resources :active_jobs, only: %i[show]
+ resources :jobs, only: %i[destroy]
scope controller: :assets do
get :bootstrap_css
get :bootstrap_js
get :chartist_css