app/controllers/scimitar/application_controller.rb in scimitar-1.5.3 vs app/controllers/scimitar/application_controller.rb in scimitar-1.6.0
- old
+ new
@@ -23,10 +23,9 @@
#
# rescue_from SomeException, with: :handle_resource_not_found
#
# ...to "globally" invoke this handler if you wish.
#
- #
# +exception+:: Exception instance, used for a configured error reporter
# via #handle_scim_error (if present).
#
def handle_resource_not_found(exception)
handle_scim_error(NotFoundError.new(params[:id]), exception)