Fix crash in render_error(not_an_exception), and use raise() rather
authorTom Clegg <tom@curoverse.com>
Thu, 13 Mar 2014 04:17:06 +0000 (00:17 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 13 Mar 2014 04:17:06 +0000 (00:17 -0400)
commit2a23694d15d95ab0645c12e4c50ad7dba614d188
tree46a79aeac86477999d98c4c7bac91d109becc4ba
parent53d5329cc92c7cfb8764f46d122be885d8be8912
Fix crash in render_error(not_an_exception), and use raise() rather
than calling render_error() directly from ApplicationController#save
and #update
services/api/app/controllers/application_controller.rb