aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts
diff options
context:
space:
mode:
authorMatt Jones <al2o3cr@gmail.com>2009-03-07 13:32:46 -0600
committerJoshua Peek <josh@joshpeek.com>2009-03-07 13:32:46 -0600
commit87e8b162463f13bd50d27398f020769460a770e3 (patch)
treeb96a155293658297c16c95a0a9555ab0c018c338 /actionpack/test/fixtures/layouts
parent77f7d98e38dddf72890c80b4e4b2e088bb76d111 (diff)
downloadrails-87e8b162463f13bd50d27398f020769460a770e3.tar.gz
rails-87e8b162463f13bd50d27398f020769460a770e3.tar.bz2
rails-87e8b162463f13bd50d27398f020769460a770e3.zip
fix HTML fallback for explicit templates [#2052 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'actionpack/test/fixtures/layouts')
-rw-r--r--actionpack/test/fixtures/layouts/default_html.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layouts/default_html.html.erb b/actionpack/test/fixtures/layouts/default_html.html.erb
new file mode 100644
index 0000000000..edd719111c
--- /dev/null
+++ b/actionpack/test/fixtures/layouts/default_html.html.erb
@@ -0,0 +1 @@
+<html><%= @content_for_layout %></html>