test/dummy/config/routes.rb in web-console-2.0.0.beta2 vs test/dummy/config/routes.rb in web-console-2.0.0.beta3

- old
+ new

@@ -1,5 +1,6 @@ Rails.application.routes.draw do root to: "exception_test#index" get :exception_test, to: "exception_test#index" + get :xhr_test, to: "exception_test#xhr" get :helper_test, to: "helper_test#index" end