Sha256: c3442d9166a4bbde646fecd8122e3d07d226ce3b17962380f3c155bc479f0c63
Contents?: true
Size: 298 Bytes
Versions: 152
Compression:
Stored size: 298 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 match '*path' => 'pages#show' root :to => 'pages#show' end
Version data entries
152 entries across 152 versions & 1 rubygems