projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merged updates from trunk into stable branch
[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