rails/init.rb in has_global_session-0.8.6 vs rails/init.rb in has_global_session-0.8.7

- old
+ new

@@ -13,9 +13,10 @@ # Enable ActionController integration. class ActionController::Base def self.has_global_session include HasGlobalSession::ActionControllerInstanceMethods + before_filter :global_session_read_cookie after_filter :global_session_update_cookie end end end