~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activerecord/test/models/sponsor.rb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
b'\\ No newline at end of file'