lib/casclient/tickets/storage.rb in vibes-rubycas-client-2.3.0.alpha5 vs lib/casclient/tickets/storage.rb in vibes-rubycas-client-2.3.0.alpha6
- old
+ new
@@ -28,10 +28,10 @@
if session_id
session = ActiveRecord::SessionStore::Session.find_by_session_id(session_id)
else
log.warn("Couldn't destroy session with SessionIndex #{si} because no corresponding session id could be looked up.")
end
- session_id, session
+ [session_id, session]
end
def store_service_session_lookup(st, controller)
raise 'Implement this in a subclass!'
end