class Quiz < ApplicationRecord has_many :questions, -> { order(:sort) } has_many :candidates end