Sha256: c47eea73d98aad2504eb8ea0be8fd6322aba8ec06d1a5126fff80ce73bb2fbb7

Contents?: true

Size: 200 Bytes

Versions: 12

Compression:

Stored size: 200 Bytes

Contents

Dummy::Application.routes.draw do
  root :to => 'application#index'

  get 'no-slash' => 'application#no_slash'
  get 'trailing-slash' => 'application#trailing_slash',
    :trailing_slash => true
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
wiselinks-artirix-1.3.0 spec/dummy/config/routes.rb
wiselinks-1.2.1 spec/dummy/config/routes.rb
wiselinks-1.2.0 spec/dummy/config/routes.rb
wiselinks-1.1.4 spec/dummy/config/routes.rb
wiselinks-1.1.2 spec/dummy/config/routes.rb
wiselinks-1.1.1 spec/dummy/config/routes.rb
wiselinks-1.1.0 spec/dummy/config/routes.rb
wiselinks-1.0.0 spec/dummy/config/routes.rb
wiselinks-0.7.3 spec/dummy/config/routes.rb
wiselinks-0.7.2 spec/dummy/config/routes.rb
wiselinks-0.7.1 spec/dummy/config/routes.rb
wiselinks-0.7.0 spec/dummy/config/routes.rb