Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated doc for Rails/ActionFilter #77

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/rubocop/cop/rails/action_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ module Rails
# The cop is configurable and can enforce the use of the older
# something_filter methods or the newer something_action methods.
#
# If the TargetRailsVersion is set to less than 4.0, the cop will enforce
# the use of filter methods.
#
# @example EnforcedStyle: action (default)
# # bad
# after_filter :do_stuff
Expand Down
3 changes: 0 additions & 3 deletions manual/cops_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ This cop enforces the consistent use of action filter methods.
The cop is configurable and can enforce the use of the older
something_filter methods or the newer something_action methods.

If the TargetRailsVersion is set to less than 4.0, the cop will enforce
the use of filter methods.

### Examples

#### EnforcedStyle: action (default)
Expand Down