Skip to content

Commit

Permalink
Document apply_rubocop_autocorrect_after_generate! in configuration g…
Browse files Browse the repository at this point in the history
…uide (#50532)

Update requested change
  • Loading branch information
akhilgkrishnan committed Jan 2, 2024
1 parent 90da071 commit 65f4022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/configuring.md
Expand Up @@ -697,6 +697,7 @@ The full set of methods that can be used in this block are as follows:
* `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`.
* `test_framework` defines which test framework to use. Defaults to `false` and will use minitest by default.
* `template_engine` defines which template engine to use, such as ERB or Haml. Defaults to `:erb`.
* `apply_rubocop_autocorrect_after_generate!` applies RuboCop's autocorrect feature after Rails generators are run.

### Configuring Middleware

Expand Down

0 comments on commit 65f4022

Please sign in to comment.