aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/override2/layouts/test/sub.erb
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-08-15 21:12:50 +0000
committerRick Olson <technoweenie@gmail.com>2007-08-15 21:12:50 +0000
commit4954c77b69fcc6d3e7299682c010f0b7b44c54c3 (patch)
tree50d1aa5390a09718da26696e0b8858c70e8db3ca /actionpack/test/fixtures/override2/layouts/test/sub.erb
parent0127e586d05f3e8342744608315747da488642eb (diff)
downloadrails-4954c77b69fcc6d3e7299682c010f0b7b44c54c3.tar.gz
rails-4954c77b69fcc6d3e7299682c010f0b7b44c54c3.tar.bz2
rails-4954c77b69fcc6d3e7299682c010f0b7b44c54c3.zip
add missing layouts from [7321]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7322 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/override2/layouts/test/sub.erb')
-rw-r--r--actionpack/test/fixtures/override2/layouts/test/sub.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/override2/layouts/test/sub.erb b/actionpack/test/fixtures/override2/layouts/test/sub.erb
new file mode 100644
index 0000000000..3863d5a8ef
--- /dev/null
+++ b/actionpack/test/fixtures/override2/layouts/test/sub.erb
@@ -0,0 +1 @@
+layout: <%= yield %> \ No newline at end of file