Show Inbox before Sent Items

This commit is contained in:
Neil Lalonde 2013-05-17 14:11:33 -04:00
parent 2265c046ba
commit 191d454589

View File

@ -21,8 +21,8 @@ class UserAction < ActiveRecord::Base
GOT_PRIVATE_MESSAGE = 13 GOT_PRIVATE_MESSAGE = 13
ORDER = Hash[*[ ORDER = Hash[*[
NEW_PRIVATE_MESSAGE,
GOT_PRIVATE_MESSAGE, GOT_PRIVATE_MESSAGE,
NEW_PRIVATE_MESSAGE,
BOOKMARK, BOOKMARK,
NEW_TOPIC, NEW_TOPIC,
REPLY, REPLY,