File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ This cop enforces the consistent use of action filter methods.
1111The cop is configurable and can enforce the use of the older
1212something_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)
You can’t perform that action at this time.
0 commit comments