summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-23 11:36:17 -0800
committerelijah <elijah@riseup.net>2014-01-23 11:37:50 -0800
commitce412a9a0ccce22b5b9d90f70369b91d5fc46e4f (patch)
tree4dcbef4b1b2ea9dcd52cf98f1bb98b371a93c631 /config
parent91c535a080f05be23ee1320b0701dae6ff3601af (diff)
added a customizable 'bye' page for when a user leaves
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
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'