aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/render_explicit_html_template.js.rjs
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2008-12-04 16:35:13 -0600
committerJoshua Peek <josh@joshpeek.com>2008-12-04 16:35:13 -0600
commitab211bf592f52fbde7853961030046ea1d387851 (patch)
tree7af69666251d6ef6f32cbfd9a16792127f0e6f08 /actionpack/test/fixtures/test/render_explicit_html_template.js.rjs
parent566a3dce6753eb71554d54e8883204e4868aa393 (diff)
downloadrails-ab211bf592f52fbde7853961030046ea1d387851.tar.gz
rails-ab211bf592f52fbde7853961030046ea1d387851.tar.bz2
rails-ab211bf592f52fbde7853961030046ea1d387851.zip
Fix rendering html partials from an rjs template
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'actionpack/test/fixtures/test/render_explicit_html_template.js.rjs')
-rw-r--r--actionpack/test/fixtures/test/render_explicit_html_template.js.rjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/render_explicit_html_template.js.rjs b/actionpack/test/fixtures/test/render_explicit_html_template.js.rjs
new file mode 100644
index 0000000000..4eb12fd6af
--- /dev/null
+++ b/actionpack/test/fixtures/test/render_explicit_html_template.js.rjs
@@ -0,0 +1 @@
+page.call "document.write", render(:partial => "one.html.erb")