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
|
flash[:error] = e.message
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
Rails.logger.info "#{person}"
|
#socket to tell people this failed?
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
|
|
@ -67,5 +67,5 @@ class RequestsController < ApplicationController
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue