2008-03-21 14:09:03 -04:00
|
|
|
membership_of_boring_club:
|
|
|
|
joined_on: <%= 3.weeks.ago.to_s(:db) %>
|
|
|
|
club: boring_club
|
2010-10-12 11:40:24 -04:00
|
|
|
member_id: 1
|
2008-03-21 14:09:03 -04:00
|
|
|
favourite: false
|
|
|
|
type: CurrentMembership
|
2010-08-14 01:13:00 -04:00
|
|
|
|
2008-03-21 14:09:03 -04:00
|
|
|
membership_of_favourite_club:
|
|
|
|
joined_on: <%= 3.weeks.ago.to_s(:db) %>
|
|
|
|
club: moustache_club
|
2010-10-12 11:40:24 -04:00
|
|
|
member_id: 1
|
2008-03-21 14:09:03 -04:00
|
|
|
favourite: true
|
|
|
|
type: Membership
|
|
|
|
|
|
|
|
other_guys_membership:
|
|
|
|
joined_on: <%= 4.weeks.ago.to_s(:db) %>
|
|
|
|
club: boring_club
|
2010-10-12 11:40:24 -04:00
|
|
|
member_id: 2
|
2008-03-21 14:09:03 -04:00
|
|
|
favourite: false
|
|
|
|
type: CurrentMembership
|
2010-10-14 08:44:32 -04:00
|
|
|
|
|
|
|
blarpy_winkup_crazy_club:
|
|
|
|
joined_on: <%= 4.weeks.ago.to_s(:db) %>
|
|
|
|
club: crazy_club
|
|
|
|
member_id: 3
|
|
|
|
favourite: false
|
|
|
|
type: CurrentMembership
|
2011-05-11 03:55:36 -04:00
|
|
|
|
|
|
|
selected_membership_of_boring_club:
|
|
|
|
joined_on: <%= 3.weeks.ago.to_s(:db) %>
|
|
|
|
club: boring_club
|
|
|
|
member_id: 1
|
|
|
|
favourite: false
|
|
|
|
type: SelectedMembership
|