mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-16 05:58:12 +00:00
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@265 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
108 B
Ruby
5 lines
108 B
Ruby
class MailingMessage < ActiveRecord::Base
|
|
belongs_to :mailing_list
|
|
acts_as_tree :order => 'sent_on'
|
|
end
|