Commit c35aefc8 by Ngô Trung Hưng

..

parent bdc475af
Pipeline #852 canceled with stages
in 0 seconds
...@@ -3,8 +3,7 @@ Rails.application.configure do ...@@ -3,8 +3,7 @@ Rails.application.configure do
# Code is not reloaded between requests. # Code is not reloaded between requests.
config.cache_classes = true config.cache_classes = true
config.serve_static_assets = true config.autoload_paths << Rails.root.join('assets/images')
config.assets.compile = true
# Eager load code on boot. This eager loads most of Rails and # Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both threaded web servers # your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better. # and those relying on copy on write to perform better.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment