aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-11-24 10:05:15 -0600
committerJoshua Peek <josh@joshpeek.com>2008-11-24 10:05:15 -0600
commitf0f07c6427c7c80783ee59705f82dcdd1cd8fdb1 (patch)
treeb11ce2362ce3d9d1d77d8d8ad14dc3a524b3e947 /actionpack/lib/action_view
parent5ffd1e0c02e605158efc08f3cbb6aebb79978553 (diff)
downloadrails-f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1.tar.gz
rails-f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1.tar.bz2
rails-f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1.zip
prefer autoloading Mime::Type
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/template.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/template.rb b/actionpack/lib/action_view/template.rb
index 12808581a3..ca82454c0b 100644
--- a/actionpack/lib/action_view/template.rb
+++ b/actionpack/lib/action_view/template.rb
@@ -1,5 +1,3 @@
-require 'action_controller/mime_type'
-
module ActionView #:nodoc:
class Template
extend TemplateHandlers