Sha256: 9bcf140a891fef4bb2bdac2ea6e8a3854c42db7320258615c3144085c411949b
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
Partystreusel::Engine.routes.draw do unless Rails.env.production? get ':page', to: 'styleguide#show', as: :styleguide, constraints: { page: /[a-zA-Z\-_\/]+/ } root to: "styleguide#show", page: 'index' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
partystreusel-2.0.0 | config/routes.rb |