aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2011-05-25 00:57:50 +0200
committerJosh Kalderimis <josh.kalderimis@gmail.com>2011-05-25 00:57:50 +0200
commit21317d882446a1f9c02c2d7442727053745d8d01 (patch)
treeb3ad22555f5f1db74371de310fdf83d317b7c637 /actionpack
parent6f413d87b24a0dc5ec741d1190dc3023cd2fcfdb (diff)
downloadrails-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')
-rw-r--r--actionpack/lib/action_view/template/handlers/erb.rb1
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'