config/routes.rb in good_job-3.7.3 vs config/routes.rb in good_job-3.7.4
- old
+ new
@@ -35,9 +35,8 @@
get :bootstrap, action: :bootstrap_js
get :chartjs, action: :chartjs_js
get :rails_ujs, action: :rails_ujs_js
get :es_module_shims, action: :es_module_shims_js
get "modules/:module", action: :modules_js, as: :modules
- get :scripts, action: :scripts_js
end
end
end