Fix #3694: Favgroup UX issues.

This commit is contained in:
evazion
2018-05-03 00:52:36 -05:00
parent 12a8c0db70
commit 96669ca4b5
3 changed files with 4 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ class FavoriteGroup < ApplicationRecord
end
def default_order
order(updated_at: :desc)
order(name: :asc)
end
def search(params)