aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/mentor.rb
blob: 9e52d39e46dc56c59ada94ea9760bfc0cd3884b0 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Mentor < ActiveRecord::Base
  has_many :developers
end