File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- * [ #547 ] ( https://github.com/rubocop/rubocop/pull/547 ) : action order cop. ([ @mollerhoj ] [ ] )
1
+ * [ #547 ] ( https://github.com/rubocop/rubocop-rails /pull/547 ) : Add new ` Rails/ActionOrder ` cop. ([ @mollerhoj ] [ ] )
Original file line number Diff line number Diff line change 3
3
module RuboCop
4
4
module Cop
5
5
module Rails
6
- # This cop enforces consistent ordering of the standard Rails RESTful
7
- # controller actions.
6
+ # Enforces consistent ordering of the standard Rails RESTful controller actions.
8
7
#
9
- # The cop is configurable and can enforce any ordering of the standard
10
- # actions. All other methods are ignored.
8
+ # The cop is configurable and can enforce any ordering of the standard actions.
9
+ # All other methods are ignored.
11
10
#
12
11
# [source,yaml]
13
12
# ----
You can’t perform that action at this time.
0 commit comments