50c2c2d76c63e9c5bbb110d268c4f4d984bba5cc
[feedcatcher.git] / vendor / rails / activerecord / test / models / sponsor.rb
1 class Sponsor < ActiveRecord::Base
2 belongs_to :sponsor_club, :class_name => "Club", :foreign_key => "club_id"
3 belongs_to :sponsorable, :polymorphic => true
4 end