adding case for error message being emmited

This commit is contained in:
maxwell 2010-10-25 00:47:21 -07:00
parent 53e9df5455
commit 0aae89aa03

View file

@ -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