Skip to content

Commit 65f4022

Browse files
Document apply_rubocop_autocorrect_after_generate! in configuration guide (rails#50532)
Update requested change
1 parent 90da071 commit 65f4022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ The full set of methods that can be used in this block are as follows:
697697
* `scaffold_controller` different from `resource_controller`, defines which generator to use for generating a _scaffolded_ controller when using `bin/rails generate scaffold`. Defaults to `:scaffold_controller`.
698698
* `test_framework` defines which test framework to use. Defaults to `false` and will use minitest by default.
699699
* `template_engine` defines which template engine to use, such as ERB or Haml. Defaults to `:erb`.
700+
* `apply_rubocop_autocorrect_after_generate!` applies RuboCop's autocorrect feature after Rails generators are run.
700701

701702
### Configuring Middleware
702703

0 commit comments

Comments
 (0)