From b49f54144ed7f7f7b38abbc09ae284d3d7363eea Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Sun, 23 Jan 2011 20:13:10 -0800 Subject: [PATCH] resending of invitation in resque and works --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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