Sha256: 253378c8fca0176ef5da6bb46df2f62eb227ea202b69f16e3bad130dd129ab02

Contents?: true

Size: 227 Bytes

Versions: 11

Compression:

Stored size: 227 Bytes

Contents

Simplec::Engine.routes.draw do

  scope constraints: Simplec::Subdomains do
    resources :embedded_images, path: 'embedded-images', only: :create
    root 'pages#show'
    get '(*path)', to: 'pages#show', as: :page
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
simplec-0.8.1 config/routes.rb
simplec-0.8.0 config/routes.rb
simplec-0.7.1 config/routes.rb
simplec-0.7.0 config/routes.rb
simplec-0.6.0 config/routes.rb
simplec-0.5.0 config/routes.rb
simplec-0.4.4 config/routes.rb
simplec-0.4.3 config/routes.rb
simplec-0.4.2 config/routes.rb
simplec-0.4.1 config/routes.rb
simplec-0.4.0 config/routes.rb