diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-30 16:35:53 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-30 16:36:24 -0500 |
commit | ccb84572d6300c0ed69a59653b98ced89582452a (patch) | |
tree | 23609bf14d544836f7ef5177f70a52719ae53592 /config | |
parent | 3f327a3ea75e0c635b88418e5b92454873815f9d (diff) |
add a domain policy viewer at `/policies`
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 08236a5a6..5f4e5e7f8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -419,6 +419,8 @@ Rails.application.routes.draw do get '/about/more', to: 'about#more' get '/terms', to: 'about#terms' + get '/policies', to: 'domain_policy#show' + root 'home#index' match '*unmatched_route', |