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.2.8 test/dummy/config/routes.rb
anecdote-0.2.7 test/dummy/config/routes.rb
anecdote-0.2.6 test/dummy/config/routes.rb
anecdote-0.2.5 test/dummy/config/routes.rb
anecdote-0.2.4 test/dummy/config/routes.rb
anecdote-0.2.3 test/dummy/config/routes.rb
anecdote-0.2.2 test/dummy/config/routes.rb
anecdote-0.2.1 test/dummy/config/routes.rb
anecdote-0.2.0 test/dummy/config/routes.rb
anecdote-0.1.8 test/dummy/config/routes.rb
anecdote-0.1.7 test/dummy/config/routes.rb
anecdote-0.1.6 test/dummy/config/routes.rb
anecdote-0.1.5 test/dummy/config/routes.rb
anecdote-0.1.4 test/dummy/config/routes.rb
anecdote-0.1.3 test/dummy/config/routes.rb
anecdote-0.1.2 test/dummy/config/routes.rb
anecdote-0.1.1 test/dummy/config/routes.rb
anecdote-0.1.0 test/dummy/config/routes.rb
anecdote-0.0.25 test/dummy/config/routes.rb
anecdote-0.0.24 test/dummy/config/routes.rb