engine/config/routes.rb in good_job-1.9.4 vs engine/config/routes.rb in good_job-1.9.5

- old
+ new

@@ -1,4 +1,12 @@ GoodJob::Engine.routes.draw do root to: 'dashboards#index' resources :active_jobs, only: :show + + scope controller: :assets do + get :bootstrap_css + get :bootstrap_js + get :chartist_css + get :chartist_js + get :style_css + end end