aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorAndy Shipman <andy@cllearview.com>2012-10-11 17:36:58 +0100
committerAndy Shipman <andy@cllearview.com>2012-10-11 17:36:58 +0100
commit2938ef7a65be5527905174b348b58c98a06d20e4 (patch)
tree841a5c00b53fc414b63f91dfd68d82feb7a355d2 /actionpack/test/fixtures
parent888a7a5bdc10bf5e2aceaad1cd40979a2388e4c0 (diff)
downloadrails-2938ef7a65be5527905174b348b58c98a06d20e4.tar.gz
rails-2938ef7a65be5527905174b348b58c98a06d20e4.tar.bz2
rails-2938ef7a65be5527905174b348b58c98a06d20e4.zip
Allow for deep directory path for view templates.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/digestor/level/below/_header.html.erb0
-rw-r--r--actionpack/test/fixtures/digestor/level/below/index.html.erb1
2 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/digestor/level/below/_header.html.erb b/actionpack/test/fixtures/digestor/level/below/_header.html.erb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/actionpack/test/fixtures/digestor/level/below/_header.html.erb
diff --git a/actionpack/test/fixtures/digestor/level/below/index.html.erb b/actionpack/test/fixtures/digestor/level/below/index.html.erb
new file mode 100644
index 0000000000..b92f49a8f8
--- /dev/null
+++ b/actionpack/test/fixtures/digestor/level/below/index.html.erb
@@ -0,0 +1 @@
+<%= render partial: "header" %>