Sha256: 5fde392cabd88cc8a81e404c41f6675beb47abacd9283c051cddf6b06ad59289

Contents?: true

Size: 135 Bytes

Versions: 8

Compression:

Stored size: 135 Bytes

Contents

Rails.application.routes.draw do
  get '/s/:unique_key', :to => 'shortener/shortened_urls#translate', :as => 'shortener_translate'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shortener-0.3.1 config/routes.rb
shortener-0.3.0 config/routes.rb
shortener-0.2.0 config/routes.rb
shortener-0.1.2 config/routes.rb
shortener-0.1.1 config/routes.rb
shortener-0.1.0 config/routes.rb
shortener-0.0.2 config/routes.rb
shortener-0.0.1 config/routes.rb