Skip to content

Commit 68a0d3d

Browse files
committed
Remove unused extend AutoCorrector
1 parent 85de912 commit 68a0d3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rubocop/cop/rails/unused_render_content.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module Rails
1717
# render status: :continue
1818
# render status: 100
1919
class UnusedRenderContent < Base
20-
extend AutoCorrector
2120
include RangeHelp
2221

2322
MSG = 'Do not specify body content for a response with a non-content status code'

0 commit comments

Comments
 (0)