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 71f6022 commit 1fe6385Copy full SHA for 1fe6385
lib/rubocop/cop/rails/content_tag.rb
@@ -7,7 +7,7 @@ module Rails
7
#
8
# NOTE: Allow `tag` when the first argument is a variable because
9
# `tag(name)` is simpler rather than `tag.public_send(name)`.
10
- # And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 2.0)
+ # And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 3.0)
11
12
# @example
13
# # bad
0 commit comments