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