adding case for error message being emmited
This commit is contained in:
parent
53e9df5455
commit
0aae89aa03
1 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ class RequestsController < ApplicationController
|
|||
flash[:error] = e.message
|
||||
end
|
||||
else
|
||||
Rails.logger.info "#{person}"
|
||||
#socket to tell people this failed?
|
||||
end
|
||||
}
|
||||
rescue Exception => e
|
||||
|
|
|
|||
Loading…
Reference in a new issue