From 2451177f37aa252513ac372d24cba6a3c44c054b Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Tue, 14 Jun 2016 17:23:44 -0400 Subject: Fix digesting templates with identical logical names when requesting a format other than the first default --- actionview/test/fixtures/digestor/comments/_comment.json.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionview/test/fixtures/digestor/comments/_comment.json.erb (limited to 'actionview/test/fixtures') diff --git a/actionview/test/fixtures/digestor/comments/_comment.json.erb b/actionview/test/fixtures/digestor/comments/_comment.json.erb new file mode 100644 index 0000000000..696eb13917 --- /dev/null +++ b/actionview/test/fixtures/digestor/comments/_comment.json.erb @@ -0,0 +1 @@ +{"content": "Great story!"} -- cgit v1.2.3