We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9992c commit ec4e9e4Copy full SHA for ec4e9e4
lib/rubocop/cop/rails/deprecated_http_status_names.rb
@@ -3,7 +3,7 @@
3
module RuboCop
4
module Cop
5
module Rails
6
- # Enforces the use of the new HTTP status names instead of deprecated ones.
+ # Enforces the use of the current HTTP status names instead of deprecated ones.
7
#
8
# @example
9
# # bad
0 commit comments