# File app/models/conference.rb, line 77 def self.past_with_timeslots self.past(:include => 'timeslots').select {|c| !c.timeslots.empty?} end