47b0baa9749748b2199aeab2594d730c17eabcf7
[feedcatcher.git] / vendor / rails / activerecord / test / models / matey.rb
1 class Matey < ActiveRecord::Base
2 belongs_to :pirate
3 belongs_to :target, :class_name => 'Pirate'
4 end