diff options
author | Joshua Peek <josh@joshpeek.com> | 2008-11-24 10:05:15 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2008-11-24 10:05:15 -0600 |
commit | f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1 (patch) | |
tree | b11ce2362ce3d9d1d77d8d8ad14dc3a524b3e947 /actionpack/lib/action_view | |
parent | 5ffd1e0c02e605158efc08f3cbb6aebb79978553 (diff) | |
download | rails-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.rb | 2 |
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 |