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 33module RuboCop
44 module Cop
55 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.
87 #
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.
1110 #
1211 # [source,yaml]
1312 # ----
You can’t perform that action at this time.
0 commit comments