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.7.1 config/routes.rb
wcc-contentful-app-1.7.0 config/routes.rb
wcc-contentful-app-1.6.2 config/routes.rb
wcc-contentful-app-1.6.1 config/routes.rb
wcc-contentful-app-1.6.0 config/routes.rb
wcc-contentful-app-1.5.1 config/routes.rb
wcc-contentful-app-1.5.0 config/routes.rb
wcc-contentful-app-1.5.0.rc1 config/routes.rb
wcc-contentful-app-1.4.0 config/routes.rb
wcc-contentful-app-1.4.0.rc3 config/routes.rb
wcc-contentful-app-1.4.0.rc2 config/routes.rb
wcc-contentful-app-1.3.2 config/routes.rb
wcc-contentful-app-1.4.0.rc1 config/routes.rb
wcc-contentful-app-1.3.1 config/routes.rb
wcc-contentful-app-1.3.0 config/routes.rb
wcc-contentful-app-1.2.1 config/routes.rb
wcc-contentful-app-1.2.0 config/routes.rb
wcc-contentful-app-1.1.2 config/routes.rb
wcc-contentful-app-1.1.1 config/routes.rb
wcc-contentful-app-1.1.0 config/routes.rb