From: Andy Allan Date: Wed, 12 Jul 2017 15:10:50 +0000 (+0100) Subject: Use current_user to represent the currently logged in user. X-Git-Tag: live~4750^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6f89da05d1741ac66deab93aea64b76dc1e9b8fb?hp=6f89da05d1741ac66deab93aea64b76dc1e9b8fb Use current_user to represent the currently logged in user. This is already used by the oauth plugin, and is a general rails convention. ---