Sha256: 85919535cd9c71dcfe7d225a8a474324e576476c9e687b1fa246058fdbfce243
Contents?: true
Size: 166 Bytes
Versions: 2
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true Tanshuku::Engine.routes.draw do default_url_options Rails.application.routes.default_url_options get "/:key", to: "urls#show" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tanshuku-0.0.2 | config/routes.rb |
tanshuku-0.0.1 | config/routes.rb |