move bookmark to end
This commit is contained in:
parent
2c314e275e
commit
8f892da890
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue