[OSM-dev] message outbox
Tom Hughes
tom at compton.nu
Tue Nov 13 08:32:13 GMT 2007
In message <354824.32243.qm at web30807.mail.mud.yahoo.com>
Mikel Maron <mikel_maron at yahoo.com> wrote:
> 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.
You'll need :class_name => "Message" as well.
> I don't have a svn account -- how do I get one?
I think you do - at least there is an account called "mikel"...
> And is there a schedule for updating code in production?
What do you think we are - organised ;-) If I see a checkin that
effects the site then I'll deploy unless it looks horribly broken.
Tom
--
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
More information about the dev
mailing list