Sha256: d8b0efa042cb4a18bd3d91783a9721b3a903d1915be91216e25437d97709ba51
Contents?: true
Size: 446 Bytes
Versions: 158
Compression:
Stored size: 446 Bytes
Contents
Caboose::Engine.routes.draw do # Note: this needs to be at the top of the application routes file for caboose routes to work #if Caboose::use_comment_routes # eval(Caboose::CommentRoutes.controller_routes) #end get "/sitemap.xml" => "sites#sitemap", :format => "xml", :as => :sitemap get "/robots.txt" => "sites#robots", :format => "txt", :as => :robots match '*path' => 'pages#show' root :to => 'pages#show' end
Version data entries
158 entries across 158 versions & 1 rubygems