Sha256: 43d0aad6b5babe26106785a4e46def14da9354b2eb55689258c9e55105d1b8b8

Contents?: true

Size: 156 Bytes

Versions: 19

Compression:

Stored size: 156 Bytes

Contents

# frozen_string_literal: true

Bs5::Engine.routes.draw do
  get 'pages/:page', to: 'pages#show', as: :pages

  root to: 'pages#show', page: 'accordion'
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
bs5-0.0.31 config/routes.rb
bs5-0.0.30 config/routes.rb
bs5-0.0.29 config/routes.rb
bs5-0.0.28 config/routes.rb
bs5-0.0.27 config/routes.rb
bs5-0.0.26 config/routes.rb
bs5-0.0.25 config/routes.rb
bs5-0.0.24 config/routes.rb
bs5-0.0.23 config/routes.rb
bs5-0.0.22 config/routes.rb
bs5-0.0.21 config/routes.rb
bs5-0.0.20 config/routes.rb
bs5-0.0.19 config/routes.rb
bs5-0.0.18 config/routes.rb
bs5-0.0.17 config/routes.rb
bs5-0.0.16 config/routes.rb
bs5-0.0.15 config/routes.rb
bs5-0.0.14 config/routes.rb
bs5-0.0.13 config/routes.rb