Sha256: a6028677fe1576109d6ebb6a2078e7aae1458b494a9e9c62a1bb5c0f9db1ae42

Contents?: true

Size: 127 Bytes

Versions: 14

Compression:

Stored size: 127 Bytes

Contents

Dummy::Application.routes.draw do
  get '/:id' => "shortener/shortened_urls#show"
  root to: "application_controller#show"
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
shortener-0.8.0 spec/dummy/config/routes.rb
shortener-0.7.2 spec/dummy/config/routes.rb
shortener-0.7.1 spec/dummy/config/routes.rb
shortener-0.6.2 spec/dummy/config/routes.rb
shortener-0.6.1 spec/dummy/config/routes.rb
shortener-0.5.6 spec/dummy/config/routes.rb
shortener-0.5.5 spec/dummy/config/routes.rb
shortener-0.5.4 spec/dummy/config/routes.rb
shortener-0.5.3 spec/dummy/config/routes.rb
shortener-0.5.2 spec/dummy/config/routes.rb
shortener-0.4.1 spec/dummy/config/routes.rb
shortener-0.5.1 spec/dummy/config/routes.rb
shortener-0.5.0 spec/dummy/config/routes.rb
shortener-0.4.0 spec/dummy/config/routes.rb