diff options
author | Marcel Molina <marcel@vernix.org> | 2008-02-08 22:33:17 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2008-02-08 22:33:17 +0000 |
commit | 3d1a30bc595b14820a7da60af39ff2d6f2a503e3 (patch) | |
tree | 01ffc122c3c47267d764c9ddef7ae0f7ebbc142f /actionpack/test/fixtures/topics | |
parent | c848c4c6217d825514fe96b37c17ac446a9cd779 (diff) | |
download | rails-3d1a30bc595b14820a7da60af39ff2d6f2a503e3.tar.gz rails-3d1a30bc595b14820a7da60af39ff2d6f2a503e3.tar.bz2 rails-3d1a30bc595b14820a7da60af39ff2d6f2a503e3.zip |
Ooops. Add fixture partials for last commit
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8823 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/topics')
-rw-r--r-- | actionpack/test/fixtures/topics/_topic.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/topics/_topic.html.erb b/actionpack/test/fixtures/topics/_topic.html.erb new file mode 100644 index 0000000000..98659ca098 --- /dev/null +++ b/actionpack/test/fixtures/topics/_topic.html.erb @@ -0,0 +1 @@ +<%= topic.title %>
\ No newline at end of file |