Add key shortcut to add to favgroup

This commit is contained in:
Toks
2015-07-01 11:16:07 -04:00
parent 654abe60ed
commit 81f588e021
8 changed files with 73 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ class User < ActiveRecord::Base
end
def favorite_groups
FavoriteGroup.for_creator(CurrentUser.user.id)
FavoriteGroup.for_creator(CurrentUser.user.id).order("updated_at desc")
end
end