Need more stack traces!
This commit is contained in:
parent
da51d35001
commit
d124686723
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue