Browse Source

serve static assets

Paul Klumpp 12 năm trước cách đây
mục cha
commit
b277bf7fb9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      config/environments/production.rb

+ 2 - 0
config/environments/production.rb

@@ -1,6 +1,8 @@
 Nooo::Application.configure do
   # Settings specified here will take precedence over those in config/application.rb
 
+  config.serve_static_assets = true
+
   # Code is not reloaded between requests
   config.cache_classes = true