aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorkenta-s <knt01222@gmail.com>2017-01-21 20:58:53 +0900
committerkenta-s <knt01222@gmail.com>2017-01-21 20:58:53 +0900
commitc3e380f9694f501b42f8560f5aeb6942a14d9c39 (patch)
treef1c5a430d218f41af0049d1454c7ba835da97c09 /actionview
parentc8c565e0b150065d510e5e086bd9b218a92fbfa9 (diff)
downloadrails-c3e380f9694f501b42f8560f5aeb6942a14d9c39.tar.gz
rails-c3e380f9694f501b42f8560f5aeb6942a14d9c39.tar.bz2
rails-c3e380f9694f501b42f8560f5aeb6942a14d9c39.zip
Remove unnecessary comments in cache_helper.rb [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/cache_helper.rb2
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?