Sha256: bba30ac844239cae71898ed382d56e84f5621473195c72ebf6ce7ba3eb180b86

Contents?: true

Size: 143 Bytes

Versions: 3

Compression:

Stored size: 143 Bytes

Contents

Simplec::Engine.routes.draw do

  scope constraints: Simplec::Subdomains do
    root 'pages#show'
    get '*path', to: 'pages#show'
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simplec-0.2.0 config/routes.rb
simplec-0.1.2 config/routes.rb
simplec-0.1.0 config/routes.rb