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