# File lib/action_dispatch/middleware/exception_wrapper.rb, line 45 def application_trace clean_backtrace(:silent) end
# File lib/action_dispatch/middleware/exception_wrapper.rb, line 49 def framework_trace clean_backtrace(:noise) end
# File lib/action_dispatch/middleware/exception_wrapper.rb, line 53 def full_trace clean_backtrace(:all) end
# File lib/action_dispatch/middleware/exception_wrapper.rb, line 37 def rescue_template @@rescue_templates[@exception.class.name] end
Generated with the Darkfish Rdoc Generator 2.