# File app/models/timeslot.rb, line 46
  def self.current(req={})
    self.concurrent_with(Time.now, req)
  end