diff options
author | Javan Makhmali <javan@javan.us> | 2016-06-27 16:59:49 -0400 |
---|---|---|
committer | Jeremy Daer <jeremydaer@gmail.com> | 2016-06-28 11:59:41 -0700 |
commit | 893fc51003d36c86cdd88823d0f8ff77d0708a00 (patch) | |
tree | 9b76976e4e8de29037f415c02ff508f6af532e03 /actionpack/test/fixtures | |
parent | 754e5bdf8713b95c2bb9d2ab4656fd240da12181 (diff) | |
download | rails-893fc51003d36c86cdd88823d0f8ff77d0708a00.tar.gz rails-893fc51003d36c86cdd88823d0f8ff77d0708a00.tar.bz2 rails-893fc51003d36c86cdd88823d0f8ff77d0708a00.zip |
Fix adding implicitly rendered template digests to ETags
Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/with_implicit_template.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/with_implicit_template.erb b/actionpack/test/fixtures/test/with_implicit_template.erb new file mode 100644 index 0000000000..474488cd13 --- /dev/null +++ b/actionpack/test/fixtures/test/with_implicit_template.erb @@ -0,0 +1 @@ +Hello explicitly! |