public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
Merge branch 'site-wide-sessions' into multiengine
francois (author)
Mon Mar 10 21:24:31 -0700 2008
commit  667a1c0b0e37ac5da7c1e6ca629b118084e6b6eb
tree    190adddc8fbfa203d65b4943da0d614148074ec6
parent  0b691e1b7ec087a49e4a1083ae318d7dc83d62c9 parent  9975651a4878bfb0ede8bd92949437d98ae3061f
...
1
2
3
4
5
6
7
8
9
 
 
 
 
10
11
12
...
1
2
 
 
3
4
5
6
7
8
9
10
11
12
13
14
0
@@ -1,12 +1,14 @@
0
 class ApplicationController < ActionController::Base
0
   require_dependency 'application/errors'
0
- include AuthenticatedSystem
0
- before_filter :login_from_cookie
0
 
0
   include Mephisto::CachingMethods
0
   before_filter :set_cache_root
0
   helper_method :site
0
   attr_reader :site
0
+
0
+ # This needs to come after #set_cache_root, or else @site won't be set properly
0
+ include AuthenticatedSystem
0
+ before_filter :login_from_cookie
0
 
0
   auto_include!
0
 

Comments

    No one has commented yet.