diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-25 16:40:56 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-25 16:40:56 +0000 |
commit | 42d35472b278611f9eb804bbdbe4bbc60da09c68 (patch) | |
tree | 584c2ce329cd70b831348fd40f317a22392cc002 /actionpack | |
parent | 7ca53e1d31551ea146023a47b7ab713616556685 (diff) | |
download | rails-42d35472b278611f9eb804bbdbe4bbc60da09c68.tar.gz rails-42d35472b278611f9eb804bbdbe4bbc60da09c68.tar.bz2 rails-42d35472b278611f9eb804bbdbe4bbc60da09c68.zip |
Please do remember
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7633 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/fixtures/respond_to/layouts/missing.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_to/layouts/missing.html.erb b/actionpack/test/fixtures/respond_to/layouts/missing.html.erb new file mode 100644 index 0000000000..d6f92a3120 --- /dev/null +++ b/actionpack/test/fixtures/respond_to/layouts/missing.html.erb @@ -0,0 +1 @@ +<html><div id="html_missing"><%= yield %></div></html>
\ No newline at end of file |