From c3e380f9694f501b42f8560f5aeb6942a14d9c39 Mon Sep 17 00:00:00 2001 From: kenta-s Date: Sat, 21 Jan 2017 20:58:53 +0900 Subject: Remove unnecessary comments in cache_helper.rb [ci skip] --- actionview/lib/action_view/helpers/cache_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionview/lib/action_view') 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? -- cgit v1.2.3