Skip to content

Commit c328836

Browse files
authored
Merge pull request #77 from koic/remove_obsolete_doc_for_rails_action_filter
Remove outdated doc for `Rails/ActionFilter`
2 parents dff04bd + de680ad commit c328836

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/rubocop/cop/rails/action_filter.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ module Rails
88
# The cop is configurable and can enforce the use of the older
99
# something_filter methods or the newer something_action methods.
1010
#
11-
# If the TargetRailsVersion is set to less than 4.0, the cop will enforce
12-
# the use of filter methods.
13-
#
1411
# @example EnforcedStyle: action (default)
1512
# # bad
1613
# after_filter :do_stuff

manual/cops_rails.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ This cop enforces the consistent use of action filter methods.
1111
The cop is configurable and can enforce the use of the older
1212
something_filter methods or the newer something_action methods.
1313

14-
If the TargetRailsVersion is set to less than 4.0, the cop will enforce
15-
the use of filter methods.
16-
1714
### Examples
1815

1916
#### EnforcedStyle: action (default)

0 commit comments

Comments
 (0)