We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e266000 commit 17bc634Copy full SHA for 17bc634
config/environments/production.rb
@@ -92,9 +92,9 @@
92
config.active_record.dump_schema_after_migration = false
93
94
# Redirect if not in correct domains
95
- #config.middleware.use Rack::HostRedirect, {
96
- # %w(coderdojo-japan.herokuapp.com www.coderdojo.jp) => 'coderdojo.jp'
97
- #}
+ config.middleware.use Rack::HostRedirect, {
+ %w(coderdojo-japan.herokuapp.com www.coderdojo.jp) => 'coderdojo.jp'
+ }
98
99
# Mailer settings
100
config.action_mailer.delivery_method = :smtp
0 commit comments