aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/entrant.rb
blob: 77095e28c578acd9414d08143e922bcf0c677809 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Entrant < ActiveRecord::Base
  belongs_to :course
end