diff options
| author | Marc Florisson | 2012-09-03 13:42:13 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-09-03 13:42:13 +0200 |
| commit | 58438f69e471bcd6c110d6a0dd707f593cfd2162 (patch) | |
| tree | 0e32da4f52c39c7eac999ae34df97dad657edfdb /config | |
| parent | 95cd8ec1f5e4ef9372e21c0940a71ac916ed99e0 (diff) | |
| download | chouette-core-58438f69e471bcd6c110d6a0dd707f593cfd2162.tar.bz2 | |
retore Gemfile.lock, update routes for subscription
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 53c5f89d3..6f51978a3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,6 @@ ChouetteIhm::Application.routes.draw do devise_for :users do - match "/users/sign_up" => redirect("/subscription/new") + match "/users/sign_up" => "subscriptions#new" end resource :subscription |
