class Admission::ApplicationCheckbox < ApplicationRecord
  belongs_to :application
  belongs_to :checkbox

  acts_as_list scope: :application
end
