From 47df0b296b282d0fe554c3b596b366c5403c9588 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 17 Oct 2017 14:05:59 +0200 Subject: feat: sort invite codes by last update They used to be sorted by the code which was not helpful fixes #8806 requires deploy of new design docs to the platform --- app/models/invite_code.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/models/invite_code.rb') diff --git a/app/models/invite_code.rb b/app/models/invite_code.rb index 9c6df66..8a56484 100644 --- a/app/models/invite_code.rb +++ b/app/models/invite_code.rb @@ -12,6 +12,8 @@ class InviteCode < CouchRest::Model::Base design do view :by_invite_code view :by_invite_count + view :by_created_at + view :by_updated_at end def initialize(attributes = {}, options = {}) -- cgit v1.2.3