aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-06-25 05:57:24 -0500
committerJoshua Peek <josh@joshpeek.com>2008-06-25 05:57:24 -0500
commitad772402c46a79c2d38979cef754b26dbd868196 (patch)
treeef63065744f3a7bd5a079121c613a0f0acf90c04 /actionpack/test/fixtures
parent6f5327013d6353c50cadfe2160d1b526ad687633 (diff)
downloadrails-ad772402c46a79c2d38979cef754b26dbd868196.tar.gz
rails-ad772402c46a79c2d38979cef754b26dbd868196.tar.bz2
rails-ad772402c46a79c2d38979cef754b26dbd868196.zip
Made ActionView::Base#render_file private
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/hello.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/hello.builder b/actionpack/test/fixtures/test/hello.builder
index 82a4a310d3..86a8bb3d7b 100644
--- a/actionpack/test/fixtures/test/hello.builder
+++ b/actionpack/test/fixtures/test/hello.builder
@@ -1,4 +1,4 @@
xml.html do
xml.p "Hello #{@name}"
- xml << render_file("test/greeting")
+ xml << render("test/greeting")
end \ No newline at end of file