engine/config/routes.rb in good_job-2.2.0 vs engine/config/routes.rb in good_job-2.3.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true GoodJob::Engine.routes.draw do - root to: 'dashboards#index' + root to: 'executions#index' resources :cron_schedules, only: %i[index] - resources :active_jobs, only: %i[show] + resources :jobs, only: %i[index show] resources :executions, only: %i[destroy] scope controller: :assets do constraints(format: :css) do get :bootstrap, action: :bootstrap_css