# File app/controllers/attendance_adm_controller.rb, line 281
  def get_conference
    @conference = Conference.find_by_id(params[:conference_id]) || 
      Conference.past_with_timeslots[0]
    return false unless @conference
  end