diff options
author | kenta-s <knt01222@gmail.com> | 2017-01-21 20:58:53 +0900 |
---|---|---|
committer | kenta-s <knt01222@gmail.com> | 2017-01-21 20:58:53 +0900 |
commit | c3e380f9694f501b42f8560f5aeb6942a14d9c39 (patch) | |
tree | f1c5a430d218f41af0049d1454c7ba835da97c09 | |
parent | c8c565e0b150065d510e5e086bd9b218a92fbfa9 (diff) | |
download | rails-c3e380f9694f501b42f8560f5aeb6942a14d9c39.tar.gz rails-c3e380f9694f501b42f8560f5aeb6942a14d9c39.tar.bz2 rails-c3e380f9694f501b42f8560f5aeb6942a14d9c39.zip |
Remove unnecessary comments in cache_helper.rb [ci skip]
-rw-r--r-- | actionview/lib/action_view/helpers/cache_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/lib/action_view/helpers/cache_helper.rb b/actionview/lib/action_view/helpers/cache_helper.rb index 7fdf0fd0e1..15ab7e304f 100644 --- a/actionview/lib/action_view/helpers/cache_helper.rb +++ b/actionview/lib/action_view/helpers/cache_helper.rb @@ -241,8 +241,6 @@ module ActionView end def write_fragment_for(name, options) - # VIEW TODO: Make #capture usable outside of ERB - # This dance is needed because Builder can't use capture pos = output_buffer.length yield output_safe = output_buffer.html_safe? |