Sha256: 6ea7fa95097c1aeedc9a35e2f2dfbf2a7de1689c6eb8609a75adbb1d7b70b2a1
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
defined?(ComfyPress::Application) && ComfyPress::Application.routes.draw do ComfyPress::Routing.admin(:path => '/cms-admin') # Make sure this routeset is defined last ComfyPress::Routing.content(:path => '/index-cms', :sitemap => false) ComfyPress::Routing.admin ComfyPress::Routing.content :sitemap => true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfypress-0.1.4 | config/routes.rb |