You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/configuring.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -697,6 +697,7 @@ The full set of methods that can be used in this block are as follows:
697
697
*`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`.
698
698
*`test_framework` defines which test framework to use. Defaults to `false` and will use minitest by default.
699
699
*`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.
0 commit comments