config/routes.rb in tanshuku-0.0.3 vs config/routes.rb in tanshuku-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true Tanshuku::Engine.routes.draw do - default_url_options Rails.application.routes.default_url_options.deep_dup + default_url_options Tanshuku.default_url_options get "/:key", to: "urls#show" end