OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/extra/sample_plugin/app/models/meeting.rb

6 lines
192 B

class Meeting < ActiveRecord::Base
belongs_to :project
acts_as_activity_provider :timestamp => 'scheduled_on',
:find_options => { :include => :project }
end