浏览代码

serve static assets

Paul Klumpp 12 年之前
父节点
当前提交
b277bf7fb9
共有 1 个文件被更改,包括 2 次插入0 次删除
  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