diff options
| author | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-19 13:45:36 -0600 |
|---|---|---|
| committer | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-19 14:34:32 -0600 |
| commit | 7828458de33ce2f171942a37c344169c2c116f64 (patch) | |
| tree | a29e9001a80bad3362531d5cea46d7cb0c676e20 /config | |
| parent | 84387cb42897b864d68c0c20bef1a409e18931b8 (diff) | |
Create sign up views.
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 4 |
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 |
