Sha256: 732da3686ddc83ce32834ea0edc249467882db6350dd324635010c6d697aa57d
Contents?: true
Size: 272 Bytes
Versions: 8
Compression:
Stored size: 272 Bytes
Contents
Dummy::Application.routes.draw do match "home" => "home#index", :as => 'home' match "contact" => "contact#index", :as => 'contact' match "blog" => "blog/home#index", :as => 'blog_home' match "admin" => "admin/home#index", :as => 'admin_home' end
Version data entries
8 entries across 8 versions & 1 rubygems