aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/entrant.rb
blob: 2c086e451f9e0a2ea2a9f748b67354e5b685bab4 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Entrant < ActiveRecord::Base
  belongs_to :course
end