From: Tom Hughes Date: Wed, 27 Jun 2007 17:27:10 +0000 (+0000) Subject: Split the rest action into sparate read, update and delete actions thus X-Git-Tag: live~8392 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/dcad29dad0d29e22ffa0c34a8d9b43cbf5d64f12?hp=dcad29dad0d29e22ffa0c34a8d9b43cbf5d64f12 Split the rest action into sparate read, update and delete actions thus allowing authorization to be done on a per-action basis without worring about the method. This should make the user API work. Also do a lot of cleanup of the controllers. ---