aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/symlink_parent
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/symlink_parent')
-rw-r--r--actionpack/test/fixtures/symlink_parent/symlinked_layout.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb b/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb
new file mode 100644
index 0000000000..bda57d0fae
--- /dev/null
+++ b/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb
@@ -0,0 +1,5 @@
+This is my layout
+
+<%= yield %>
+
+End.