engine/config/routes.rb in good_job-2.6.0 vs engine/config/routes.rb in good_job-2.6.1

- old
+ new

@@ -18,16 +18,16 @@ resources :executions, only: %i[destroy] scope controller: :assets do constraints(format: :css) do get :bootstrap, action: :bootstrap_css - get :chartist, action: :chartist_css get :style, action: :style_css end constraints(format: :js) do get :bootstrap, action: :bootstrap_js get :rails_ujs, action: :rails_ujs_js - get :chartist, action: :chartist_js + get :chartjs, action: :chartjs_js + get :scripts, action: :scripts_js end end end