Sha256: 89ee3879e8d3e414c8ec267cd9618c9b449889b16b4a914c1d371f642c619479

Contents?: true

Size: 259 Bytes

Versions: 32

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

WCC::Contentful::App::Engine.routes.draw do
  get '/*slug', to: 'wcc/contentful/app/pages#show'
  root 'wcc/contentful/app/pages#index'
  post '/contact_form', to: 'wcc/contentful/app/contact_form#create', as: :contact_form
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.0.8 config/routes.rb
wcc-contentful-app-1.0.7 config/routes.rb
wcc-contentful-app-1.0.6 config/routes.rb
wcc-contentful-app-1.0.5 config/routes.rb
wcc-contentful-app-1.0.4 config/routes.rb
wcc-contentful-app-1.0.3 config/routes.rb
wcc-contentful-app-1.0.2 config/routes.rb
wcc-contentful-app-1.0.1 config/routes.rb
wcc-contentful-app-1.0.0 config/routes.rb
wcc-contentful-app-1.0.0.pre.rc3 config/routes.rb
wcc-contentful-app-1.0.0.pre.rc2 config/routes.rb
wcc-contentful-app-1.0.0.pre.rc1 config/routes.rb