1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[Docs] Information about ActionDispatch::DebugExceptions in rake task

This commit is contained in:
Arun Agrawal 2011-12-02 08:45:11 +05:30
parent 330db28018
commit 9f623e2109

View file

@ -95,6 +95,7 @@ use ActiveSupport::Cache::Strategy::LocalCache
use Rack::Runtime
use Rails::Rack::Logger
use ActionDispatch::ShowExceptions
use ActionDispatch::DebugExceptions
use ActionDispatch::RemoteIp
use Rack::Sendfile
use ActionDispatch::Callbacks