Sha256: eb8da59e28d8be22d97b415ed75ad0cd538ac6634b93fda92e1231eb9990954e

Contents?: true

Size: 133 Bytes

Versions: 43

Compression:

Stored size: 133 Bytes

Contents

Rails.application.routes.draw do

  get 'pages/:id' => 'pages#show'
  root 'pages#show'

  mount Anecdote::Engine => "/anecdote"
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
anecdote-0.0.23 test/dummy/config/routes.rb
anecdote-0.0.22 test/dummy/config/routes.rb
anecdote-0.0.21 test/dummy/config/routes.rb
anecdote-0.0.20 test/dummy/config/routes.rb
anecdote-0.0.19 test/dummy/config/routes.rb
anecdote-0.0.18 test/dummy/config/routes.rb
anecdote-0.0.17 test/dummy/config/routes.rb
anecdote-0.0.16 test/dummy/config/routes.rb
anecdote-0.0.15 test/dummy/config/routes.rb
anecdote-0.0.14 test/dummy/config/routes.rb
anecdote-0.0.13 test/dummy/config/routes.rb
anecdote-0.0.12 test/dummy/config/routes.rb
anecdote-0.0.11 test/dummy/config/routes.rb
anecdote-0.0.10 test/dummy/config/routes.rb
anecdote-0.0.9 test/dummy/config/routes.rb
anecdote-0.0.8 test/dummy/config/routes.rb
anecdote-0.0.7 test/dummy/config/routes.rb
anecdote-0.0.6 test/dummy/config/routes.rb
anecdote-0.0.5 test/dummy/config/routes.rb
anecdote-0.0.4 test/dummy/config/routes.rb