Changeset 7006
- Timestamp:
- 06/12/07 16:46:25 (1 year ago)
- Files:
-
- trunk/railties/lib/dispatcher.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/lib/dispatcher.rb
r7002 r7006 41 41 rescue Exception => exception # errors from CGI dispatch 42 42 failsafe_response(cgi, output, '500 Internal Server Error', exception) do 43 controller ||= ApplicationController rescue ActionController::Base43 controller ||= (ApplicationController rescue ActionController::Base) 44 44 controller.process_with_exception(request, response, exception).out(output) 45 45 end