Skip to content

Commit

Permalink
Fixed CACHE missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Apr 12, 2010
1 parent 38e9cc5 commit 6079570
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/environment.rb
Expand Up @@ -185,12 +185,8 @@ def self.connection


CACHE.servers = [ 'localhost:11211' ]
<<<<<<< HEAD:config/environment.rb
ActionController::Base.session_options[:expires] = 10800
=======

ActionController::Base.session_options[:expires] = 5400 unless Rails.env == 'development'
>>>>>>> shop-updates:config/environment.rb
ActionController::Base.session_options[:expires] = 10800 unless Rails.env == 'development'
ActionController::Base.session_options[:cache] = CACHE


Expand Down

0 comments on commit 6079570

Please sign in to comment.