소스 검색

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