From: Andy Allan Date: Wed, 27 Mar 2019 17:00:57 +0000 (+0100) Subject: Disentangle the api abilities from the web abilities X-Git-Tag: live~3511^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7b057545c0b2030aad9981bd93699f9e33ad7d5f?ds=sidebyside;hp=7b057545c0b2030aad9981bd93699f9e33ad7d5f Disentangle the api abilities from the web abilities This will allow us to rename api actions without causing permissions headaches. The choice of abilities files is made by inheriting from either api_controller or application_controller. Also rename capabilities to api_capabilites, for consistency. ---