Sha256: 700e9ac67132b3f58554b46f16f701210175d16b0d0c1a1e471f679ff9f4b08f
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
web-console-2.0.0.beta3 | test/dummy/config/routes.rb |