Need more stack traces!

This commit is contained in:
Raphael 2010-09-15 23:22:02 -07:00
parent da51d35001
commit d124686723

View file

@ -36,6 +36,7 @@ class RequestsController < ApplicationController
begin
rel_hash = relationship_flow(params[:request][:destination_url])
rescue Exception => e
raise e unless e.message.include? "not found"
flash[:error] = "No diaspora seed found with this email!"
respond_with :location => aspect
return