diff options
author | Carlhuda <carlhuda@engineyard.com> | 2010-02-23 17:42:14 -0800 |
---|---|---|
committer | Carlhuda <carlhuda@engineyard.com> | 2010-02-23 17:42:26 -0800 |
commit | 47498a7f59d0196e9b8aa8e3569cbb4937477cef (patch) | |
tree | da5c42ed1c51b87d19b0e2618ddbb6dd853b6cf0 /railties/test | |
parent | 24ab5665b2f12a589e96a4b742cc49c08bf0e9df (diff) | |
download | rails-47498a7f59d0196e9b8aa8e3569cbb4937477cef.tar.gz rails-47498a7f59d0196e9b8aa8e3569cbb4937477cef.tar.bz2 rails-47498a7f59d0196e9b8aa8e3569cbb4937477cef.zip |
Woops, forgot to actually add active_support/core_ext/file/path.rb
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/application/middleware_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/application/middleware_test.rb b/railties/test/application/middleware_test.rb index ce9cd510a3..5e869bff1e 100644 --- a/railties/test/application/middleware_test.rb +++ b/railties/test/application/middleware_test.rb @@ -19,6 +19,7 @@ module ApplicationTests "Rack::Runtime", "Rails::Rack::Logger", "ActionDispatch::ShowExceptions", + "Rack::Sendfile", "ActionDispatch::Callbacks", "ActionDispatch::Cookies", "ActionDispatch::Session::CookieStore", |