Sha256: e7a434886bad9e1e24b831983188861a0f7750718e1bd95eca20f351c612c58c

Contents?: true

Size: 157 Bytes

Versions: 23

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
tanshuku-4.0.2 config/routes.rb
tanshuku-4.0.1 config/routes.rb
tanshuku-3.0.4 config/routes.rb
tanshuku-2.0.2 config/routes.rb
tanshuku-4.0.0 config/routes.rb
tanshuku-2.0.1 config/routes.rb
tanshuku-1.0.1 config/routes.rb
tanshuku-3.0.3 config/routes.rb
tanshuku-3.0.2 config/routes.rb
tanshuku-3.0.1 config/routes.rb
tanshuku-3.0.0 config/routes.rb
tanshuku-2.0.0 config/routes.rb
tanshuku-1.0.0 config/routes.rb
tanshuku-0.0.20 config/routes.rb
tanshuku-0.0.19 config/routes.rb
tanshuku-0.0.18 config/routes.rb
tanshuku-0.0.17 config/routes.rb
tanshuku-0.0.16 config/routes.rb
tanshuku-0.0.15 config/routes.rb
tanshuku-0.0.14 config/routes.rb