Sha256: 16a1f8a557826920c20f6cb6b0d6ed91f6536ed3e2b34e21198e5309da24a33e
Contents?: true
Size: 163 Bytes
Versions: 117
Compression:
Stored size: 163 Bytes
Contents
class Sponsor < ActiveRecord::Base belongs_to :sponsor_club, :class_name => "Club", :foreign_key => "club_id" belongs_to :sponsorable, :polymorphic => true end
Version data entries
117 entries across 114 versions & 24 rubygems