diff --git a/config/routes.rb b/config/routes.rb index 380a9b47d..505642ec7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -31,7 +31,7 @@ Diaspora::Application.routes.draw do match 'photos/make_profile_photo' => 'photos#make_profile_photo' resources :photos, :except => [:index] - match 'invitations/resend/:id' => 'invitations#resend' + devise_for :users, :controllers => {:registrations => "registrations", :password => "devise/passwords", :invitations => "invitations"} do