aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/digestor/api
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2016-06-15 17:56:17 -0400
committerJavan Makhmali <javan@javan.us>2016-06-15 18:25:18 -0400
commit1ee4eebb2b2da07e49bb7d467f5f9d5497bcf718 (patch)
tree2cdec002d990d54467a49dcdc3504a4332babe92 /actionview/test/fixtures/digestor/api
parent1717836e4fbc111d4b339aff875b2a3c301ab7e3 (diff)
downloadrails-1ee4eebb2b2da07e49bb7d467f5f9d5497bcf718.tar.gz
rails-1ee4eebb2b2da07e49bb7d467f5f9d5497bcf718.tar.bz2
rails-1ee4eebb2b2da07e49bb7d467f5f9d5497bcf718.zip
Fix finding templates for digesting for */* requests that render a non-default (html) template
Diffstat (limited to 'actionview/test/fixtures/digestor/api')
-rw-r--r--actionview/test/fixtures/digestor/api/comments/_comments.json.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/digestor/api/comments/_comments.json.erb b/actionview/test/fixtures/digestor/api/comments/_comments.json.erb
new file mode 100644
index 0000000000..c28646a283
--- /dev/null
+++ b/actionview/test/fixtures/digestor/api/comments/_comments.json.erb
@@ -0,0 +1 @@
+<%= render partial: "comments/comment", collection: commentable.comments %>