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

class Mentor < ActiveRecord::Base
  has_many :developers
end