aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/comments/empty.html.erb
diff options
context:
space:
mode:
authorNick Sutterer <apotonick@gmail.com>2011-09-22 11:54:13 +0200
committerJosé Valim <jose.valim@gmail.com>2011-09-22 14:12:36 +0200
commitcbaad674f13067c52fa8c1a24dc498e570db4eed (patch)
tree7c1169ded5c7dbfb4f8342f6ab5735436c2cdf1a /actionpack/test/fixtures/comments/empty.html.erb
parent41bca5d4667a49666fc5a80bebd91f27099d1674 (diff)
downloadrails-cbaad674f13067c52fa8c1a24dc498e570db4eed.tar.gz
rails-cbaad674f13067c52fa8c1a24dc498e570db4eed.tar.bz2
rails-cbaad674f13067c52fa8c1a24dc498e570db4eed.zip
it is now possible to pass details options (:formats, :details, :locales, ...) to #render, #find_template and friends. this doesn't change anything in global context.
Diffstat (limited to 'actionpack/test/fixtures/comments/empty.html.erb')
-rw-r--r--actionpack/test/fixtures/comments/empty.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/comments/empty.html.erb b/actionpack/test/fixtures/comments/empty.html.erb
new file mode 100644
index 0000000000..827f3861de
--- /dev/null
+++ b/actionpack/test/fixtures/comments/empty.html.erb
@@ -0,0 +1 @@
+<h1>No Comment</h1> \ No newline at end of file