move bookmark to end

This commit is contained in:
Sam 2013-07-09 18:15:43 +10:00
parent 2c314e275e
commit 8f892da890
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class UserAction < ActiveRecord::Base
ORDER = Hash[*[
GOT_PRIVATE_MESSAGE,
NEW_PRIVATE_MESSAGE,
BOOKMARK,
NEW_TOPIC,
REPLY,
RESPONSE,
@ -30,6 +29,7 @@ class UserAction < ActiveRecord::Base
WAS_LIKED,
MENTION,
QUOTE,
BOOKMARK,
STAR,
EDIT
].each_with_index.to_a.flatten]