config/routes.rb in exception-track-0.2.0 vs config/routes.rb in exception-track-0.3.0
- old
+ new
@@ -1,6 +1,8 @@
+# frozen_string_literal: true
+
ExceptionTrack::Engine.routes.draw do
- resources :logs, path: '' do
+ resources :logs, path: "" do
collection do
delete :all
end
end
end