Sha256: b28257fab01e61a933f2e6b13355d561ae31785bfe1b4f9615c466a7c5b0515f
Contents?: true
Size: 365 Bytes
Versions: 33
Compression:
Stored size: 365 Bytes
Contents
#http://accuser.cc/posts/1-rails-3-0-exception-handling module PublishMyData class ErrorsController < ApplicationController def routing Rails.logger.debug(">>> In ErrorsController:Routing. Raising not found") # just re-raise a tripod not found error. Handled in Application Controller raise Tripod::Errors::ResourceNotFound end end end
Version data entries
33 entries across 33 versions & 1 rubygems