Sha256: 5fa6c3d039c03d6892c33b4aaaa5e5a684fef6cfbdb0f6945c02df73d6ef356e
Contents?: true
Size: 251 Bytes
Versions: 18
Compression:
Stored size: 251 Bytes
Contents
Rails.application.routes.draw do get "/redirecting_page" => "redirects#show" get "/custom_response/*all" => "custom_response#make_response" # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html end
Version data entries
18 entries across 18 versions & 1 rubygems