aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/template.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 15:39:41 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 15:39:41 -0700
commit251a6e492c72d8aea713b7dabd245d68301e455d (patch)
tree4669f0d230ecf41c6a2fde4b9ba9edb7fc03dd92 /actionpack/lib/action_view/template/template.rb
parentd8f352e970ec86e8b791f9994465a3678a44281f (diff)
downloadrails-251a6e492c72d8aea713b7dabd245d68301e455d.tar.gz
rails-251a6e492c72d8aea713b7dabd245d68301e455d.tar.bz2
rails-251a6e492c72d8aea713b7dabd245d68301e455d.zip
Rename path.rb to resolver.rb
Diffstat (limited to 'actionpack/lib/action_view/template/template.rb')
-rw-r--r--actionpack/lib/action_view/template/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template/template.rb b/actionpack/lib/action_view/template/template.rb
index 53aaa3dded..fac50cd692 100644
--- a/actionpack/lib/action_view/template/template.rb
+++ b/actionpack/lib/action_view/template/template.rb
@@ -2,7 +2,7 @@
# This is so that templates compiled in this file are UTF-8
require 'set'
-require "action_view/template/path"
+require "action_view/template/resolver"
module ActionView
class Template