From: Tom Hughes Date: Sat, 30 Jun 2012 18:17:04 +0000 (+0100) Subject: Don't try and store a user record in the session X-Git-Tag: live~6592 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/16beaef5cf6fd4b37817ed6e0e6df693bcdf10fa?hp=16beaef5cf6fd4b37817ed6e0e6df693bcdf10fa Don't try and store a user record in the session A user record that has come from the database can't be stored in the session as it contains singletons that can't be serialised. ---