Sha256: 5decc791bf5a00b3e36c959380a8b899365d530c466847ebbee0ed147df21f05
Contents?: true
Size: 184 Bytes
Versions: 5
Compression:
Stored size: 184 Bytes
Contents
NotableWeb::Engine.routes.draw do get "users", to: "home#users" get "slow_actions", to: "home#slow_actions" get "slow_action", to: "home#slow_action" root to: "home#index" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
notable_web-0.2.0 | config/routes.rb |
notable_web-0.1.2 | config/routes.rb |
notable_web-0.1.1 | config/routes.rb |
notable_web-0.1.0 | config/routes.rb |
notable_web-0.0.1 | config/routes.rb |