aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/matey.rb
blob: 86442e0470c78f10f02e165ef52ee91440b6130b (plain) (blame)
1
2
3
4
class Matey < ActiveRecord::Base
  belongs_to :pirate
  belongs_to :target, :class_name => 'Pirate', :foreign_key => 'target_id'
end