We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef05995 commit 296d6d1Copy full SHA for 296d6d1
config/application.rb
@@ -20,6 +20,7 @@ class Application < Rails::Application
20
config.i18n.available_locales = ['en', 'zh']
21
config.i18n.default_locale = 'zh'
22
config.encoding = 'utf-8'
23
+ config.hosts << /.*/
24
25
config.time_zone = "Beijing"
26
# config.eager_load_paths << Rails.root.join("extras")
0 commit comments