Sha256: 5a6ee9eb92322e7383a137e464040a3fe7c705f41dce3e408e927770e08d2010

Contents?: true

Size: 150 Bytes

Versions: 7

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

Tanshuku::Engine.routes.draw do
  default_url_options Tanshuku.default_url_options

  get "/:key", to: "urls#show"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tanshuku-0.0.10 config/routes.rb
tanshuku-0.0.9 config/routes.rb
tanshuku-0.0.8 config/routes.rb
tanshuku-0.0.7 config/routes.rb
tanshuku-0.0.6 config/routes.rb
tanshuku-0.0.5 config/routes.rb
tanshuku-0.0.4 config/routes.rb