config/routes.rb in rapporteur-3.6.0 vs config/routes.rb in rapporteur-3.6.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
Rapporteur::Engine.routes.draw do
get '/(.:format)', to: 'statuses#show', as: :status
end
unless Rails.application.routes.routes.any? { |r| (Rapporteur::Engine == r.app) || (r.app.respond_to?(:app) && Rapporteur::Engine == r.app.app) }