diff options
author | Joshua Peek <josh@joshpeek.com> | 2008-06-25 05:57:24 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2008-06-25 05:57:24 -0500 |
commit | ad772402c46a79c2d38979cef754b26dbd868196 (patch) | |
tree | ef63065744f3a7bd5a079121c613a0f0acf90c04 /actionpack/test/fixtures | |
parent | 6f5327013d6353c50cadfe2160d1b526ad687633 (diff) | |
download | rails-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.builder | 2 |
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 |