aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/matey.rb
blob: 80ee5f47c5ec439f2b90afd8eee79cb6591c5134 (plain) (blame)
1
2
3
4
class Matey < ActiveRecord::Base
  belongs_to :pirate
  belongs_to :target, class_name: "Pirate"
end