summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRosemary Sanchez <rsanchez@madebyuppercut.com>2013-07-19 13:45:36 -0600
committerRosemary Sanchez <rsanchez@madebyuppercut.com>2013-07-19 14:34:32 -0600
commit7828458de33ce2f171942a37c344169c2c116f64 (patch)
treea29e9001a80bad3362531d5cea46d7cb0c676e20 /config
parent84387cb42897b864d68c0c20bef1a409e18931b8 (diff)
Create sign up views.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 72d6f0e..188115b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,8 +1,10 @@
Parley::Application.routes.draw do
+
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root"
#root 'welcome#index'
- root :to => 'sign_ups#new'
+ root to: 'sign_ups#new'
+ resources :sign_ups
end