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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1601,7 +1601,7 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
1601
1601
1602
1602
*`action_view.set_configs`: Sets up ActionView by using the settings in`config.action_view` by `send`'ing the method names as setters to `ActionView::Base` and passing the values through.
1603
1603
1604
-
* `action_controller.assets_config`: Initializes the `config.actions_controller.assets_dir` to the app's public directory ifnot explicitly configured.
1604
+
* `action_controller.assets_config`: Initializes the `config.action_controller.assets_dir` to the app's public directory ifnot explicitly configured.
1605
1605
1606
1606
*`action_controller.set_helpers_path`: SetsActionController's `helpers_path` to the application's `helpers_path`.
0 commit comments