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
ORDER = Hash[*[
NEW_PRIVATE_MESSAGE,
GOT_PRIVATE_MESSAGE,
NEW_PRIVATE_MESSAGE,
BOOKMARK,
NEW_TOPIC,
REPLY,