diff options
author | Javan Makhmali <javan@javan.us> | 2016-07-13 15:07:49 -0400 |
---|---|---|
committer | Javan Makhmali <javan@javan.us> | 2016-07-13 15:07:49 -0400 |
commit | 03efd177a1465f3be28d4da653f41839359eda49 (patch) | |
tree | c914adc03a6172bd2c2f3bd5dea5a272b9b4f962 /actionpack/test/fixtures/namespaced | |
parent | 451437c6f57e66cc7586ec966e530493927098c7 (diff) | |
download | rails-03efd177a1465f3be28d4da653f41839359eda49.tar.gz rails-03efd177a1465f3be28d4da653f41839359eda49.tar.bz2 rails-03efd177a1465f3be28d4da653f41839359eda49.zip |
Fix adding implicitly rendered namespaced template digests to ETags
Diffstat (limited to 'actionpack/test/fixtures/namespaced')
-rw-r--r-- | actionpack/test/fixtures/namespaced/implicit_render_test/hello_world.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/namespaced/implicit_render_test/hello_world.erb b/actionpack/test/fixtures/namespaced/implicit_render_test/hello_world.erb new file mode 100644 index 0000000000..cd0875583a --- /dev/null +++ b/actionpack/test/fixtures/namespaced/implicit_render_test/hello_world.erb @@ -0,0 +1 @@ +Hello world! |