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