Sha256: b7c4360c1398310f906071127b070820653e6d6bb1783a78962043bfb82c6957
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
Astrochimp::Engine.routes.draw do root :to => 'dashboard#index' match "login", :to => "dashboard#login" match "dashboard", :to => "dashboard#index" match "list", :to => "dashboard#list" match "settings", :to => "dashboard#settings" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astrochimp-0.0.2 | config/routes.rb |
astrochimp-0.0.1 | config/routes.rb |