aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/rescues/diagnostics.erb
diff options
context:
space:
mode:
authorRyan Bates <ryan@railscasts.com>2008-08-21 21:02:10 -0500
committerJoshua Peek <josh@joshpeek.com>2008-08-21 21:03:33 -0500
commit1129a24caff9f1804c2bff6569c0cbd8598dfa86 (patch)
tree14a20c4c8e6e5fd05cad221de2231aefa40b849d /actionpack/lib/action_controller/templates/rescues/diagnostics.erb
parente6a66cbd056f177f7e60341799aa95791fcfa19d (diff)
downloadrails-1129a24caff9f1804c2bff6569c0cbd8598dfa86.tar.gz
rails-1129a24caff9f1804c2bff6569c0cbd8598dfa86.tar.bz2
rails-1129a24caff9f1804c2bff6569c0cbd8598dfa86.zip
Cleanup around partial rendering
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'actionpack/lib/action_controller/templates/rescues/diagnostics.erb')
-rw-r--r--actionpack/lib/action_controller/templates/rescues/diagnostics.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/templates/rescues/diagnostics.erb b/actionpack/lib/action_controller/templates/rescues/diagnostics.erb
index 385c6c1b09..b5483eccae 100644
--- a/actionpack/lib/action_controller/templates/rescues/diagnostics.erb
+++ b/actionpack/lib/action_controller/templates/rescues/diagnostics.erb
@@ -6,6 +6,6 @@
</h1>
<pre><%=h @exception.clean_message %></pre>
-<%= render(:file => @rescues_path + "/_trace.erb", :use_full_path => false) %>
+<%= render(:file => @rescues_path + "/_trace.erb") %>
-<%= render(:file => @rescues_path + "/_request_and_response.erb", :use_full_path => false) %>
+<%= render(:file => @rescues_path + "/_request_and_response.erb") %>