From: Tom Hughes Date: Sun, 4 May 2008 11:18:38 +0000 (+0000) Subject: Go back to using user_id+k as the primary key for user preferences but X-Git-Tag: live~8858 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/02efd7ba4a736c09a45f6fb4ac329650498d9431?hp=02efd7ba4a736c09a45f6fb4ac329650498d9431 Go back to using user_id+k as the primary key for user preferences but actually using the composite primary key extension this time so that it really works. Also stop update_one tring to render a non-existent view, and add a delete_one method to allow preferences to be deleted. ---