From 7c2169a2de428f5de60c09a40e3599caa9ba9e49 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 14 Dec 2012 02:38:59 -0500 Subject: [PATCH] changed the caching settings --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 06c7c4d0..d1d2057a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -51,7 +51,7 @@ module ISSAD # config.active_record.whitelist_attributes = true # Enable the asset pipeline - config.assets.enabled = true + config.assets.enabled = false # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0'