From: Andy Allan Date: Wed, 20 Mar 2019 13:27:05 +0000 (+0100) Subject: Simplify deny_access handling X-Git-Tag: live~3564^2~4 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/742291a840ea9dd741ef439e8678c50d1537973b?ds=inline;hp=742291a840ea9dd741ef439e8678c50d1537973b Simplify deny_access handling Now that we have all api controllers inheriting from a common base, it's easier to override the deny_access handler without having to switch between both. Fixes #2064 ---