[OSM-dev] message outbox
Mikel Maron
mikel_maron at yahoo.com
Tue Nov 13 08:04:14 GMT 2007
Hi
I have a need to look through some of the messages I have sent out through the osm user messaging.
It looks like pretty straightforward. Add sent_messages to the User model
has_many :sent_messages, :foreign_key => :from_user_id, :order => 'sent_on DESC'
and add an action messages/outbox, and views. Or merge into messages/inbox.
I don't have a svn account -- how do I get one?
And is there a schedule for updating code in production?
Thanks
Mikel
More information about the dev
mailing list