diff options
author | elijah <elijah@riseup.net> | 2014-01-23 11:36:17 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-23 11:37:50 -0800 |
commit | ce412a9a0ccce22b5b9d90f70369b91d5fc46e4f (patch) | |
tree | 4dcbef4b1b2ea9dcd52cf98f1bb98b371a93c631 /config | |
parent | 91c535a080f05be23ee1320b0701dae6ff3601af (diff) |
added a customizable 'bye' page for when a user leaves
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index f8f0c26..f8bb8fb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,6 +12,7 @@ LeapWeb::Application.routes.draw do get 'about', :as => 'about' get 'contact', :as => 'contact' get 'pricing', :as => 'pricing' + get 'bye', :as => 'bye' end get '/provider.json' => 'static_config#provider' |