aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/digestor/comments/show.js.erb
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2018-03-20 07:36:26 -0400
committerGitHub <noreply@github.com>2018-03-20 07:36:26 -0400
commit7f71a6a6e35d1d7c547fc8158697cc888a7b3aea (patch)
tree6530dc71dbb67bbad5dc799f0a698c5573f2724b /actionview/test/fixtures/digestor/comments/show.js.erb
parent9d9f752661c31b3063d55bec14e797c957d2bb7d (diff)
parentf4eb2e23a8f61e2766fb32a134bfa6d6b3b7f512 (diff)
downloadrails-7f71a6a6e35d1d7c547fc8158697cc888a7b3aea.tar.gz
rails-7f71a6a6e35d1d7c547fc8158697cc888a7b3aea.tar.bz2
rails-7f71a6a6e35d1d7c547fc8158697cc888a7b3aea.zip
Merge pull request #32282 from javan/fix-digesting-mixed-formats
Fix digesting templates with mixed formats
Diffstat (limited to 'actionview/test/fixtures/digestor/comments/show.js.erb')
-rw-r--r--actionview/test/fixtures/digestor/comments/show.js.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/digestor/comments/show.js.erb b/actionview/test/fixtures/digestor/comments/show.js.erb
new file mode 100644
index 0000000000..38b37dfa2b
--- /dev/null
+++ b/actionview/test/fixtures/digestor/comments/show.js.erb
@@ -0,0 +1 @@
+alert("<%=j render("comments/comment") %>")