File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ require "active_support/core_ext/integer/time"
3
3
Rails.application.configure do
4
4
# Settings specified here will take precedence over those in config/application.rb.
5
5
6
- # Make code changes take affect immediately without server restart.
6
+ # Make code changes take effect immediately without server restart.
7
7
config.enable_reloading = true
8
8
9
9
# Do not eager load code on boot.
@@ -39,7 +39,7 @@ Rails.application.configure do
39
39
# Don't care if the mailer can't send.
40
40
config.action_mailer.raise_delivery_errors = false
41
41
42
- # Make template changes take affect immediately.
42
+ # Make template changes take effect immediately.
43
43
config.action_mailer.perform_caching = false
44
44
45
45
# Set localhost to be used by links generated in mailer templates.
You can’t perform that action at this time.
0 commit comments