Skip to content

Commit

Permalink
Changed the cache path back to just public/.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bogan committed May 23, 2010
1 parent ba85ce0 commit a74b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.rb
Expand Up @@ -23,7 +23,7 @@
set :haml, {:format => :html5}

set :cache_enabled, true
set :cache_output_dir, File.dirname(__FILE__) + '/public/system/cache'
set :cache_output_dir, File.dirname(__FILE__) + '/public'

enable :sessions
end
Expand Down

0 comments on commit a74b25b

Please sign in to comment.