diff options
author | Josh Kalderimis <josh.kalderimis@gmail.com> | 2011-05-25 00:57:50 +0200 |
---|---|---|
committer | Josh Kalderimis <josh.kalderimis@gmail.com> | 2011-05-25 00:57:50 +0200 |
commit | 21317d882446a1f9c02c2d7442727053745d8d01 (patch) | |
tree | b3ad22555f5f1db74371de310fdf83d317b7c637 /actionpack/lib | |
parent | 6f413d87b24a0dc5ec741d1190dc3023cd2fcfdb (diff) | |
download | rails-21317d882446a1f9c02c2d7442727053745d8d01.tar.gz rails-21317d882446a1f9c02c2d7442727053745d8d01.tar.bz2 rails-21317d882446a1f9c02c2d7442727053745d8d01.zip |
corrected the ActionMailer tests which broke due to some code removed from ActionPack
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/template/handlers/erb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/template/handlers/erb.rb b/actionpack/lib/action_view/template/handlers/erb.rb index 05171528d7..77720e2bc8 100644 --- a/actionpack/lib/action_view/template/handlers/erb.rb +++ b/actionpack/lib/action_view/template/handlers/erb.rb @@ -1,3 +1,4 @@ +require 'action_dispatch/http/mime_type' require 'active_support/core_ext/class/attribute_accessors' require 'erubis' |