config/routes.rb in good_job-3.15.14 vs config/routes.rb in good_job-3.16.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
GoodJob::Engine.routes.draw do
root to: redirect(path: 'jobs')
resources :jobs, only: %i[index show destroy] do
collection do