aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-05-01 10:21:46 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-05-01 10:21:46 +0100
commit74436d2203eba186baebc1ddc82ff2202d0fc005 (patch)
treee5a8b5297edec740d5121275d19af7805a32bae0 /actionpack/test/fixtures
parent6f20efdaf733db26fbf337da73121983785064d5 (diff)
downloadrails-74436d2203eba186baebc1ddc82ff2202d0fc005.tar.gz
rails-74436d2203eba186baebc1ddc82ff2202d0fc005.tar.bz2
rails-74436d2203eba186baebc1ddc82ff2202d0fc005.zip
Fixed render :template for templates in top level of view path. [#54 state:resolved]
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/shared.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/shared.html.erb b/actionpack/test/fixtures/shared.html.erb
new file mode 100644
index 0000000000..af262fc9f8
--- /dev/null
+++ b/actionpack/test/fixtures/shared.html.erb
@@ -0,0 +1 @@
+Elastica \ No newline at end of file