Last active
August 29, 2015 14:21
-
-
Save beck03076/dedb3d5069737df319fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======= Emails ========= | |
Enquiry, Registration, Partner, People has_and_belongs_to_many: emails | |
Email has_and_belongs_to_many: enquiries,registrations, partners, people | |
======= Others - Has Many ========= | |
Enquiry, Registration, Partner, People has_many: tasks, as: :taskable | |
Enquiry, Registration, Partner, People has_many: follow_ups, as: :follow_upable | |
Enquiry, Registration, Partner, People has_many: notes, as: noteable | |
======= Others - Belongs To ========== | |
Task belongs_to: taskable, polymorphic: true | |
FollowUp belongs_to: follow_upable, polymorphic: true | |
Note belongs_to: noteable, polymorphic: true | |
andyhite
commented
May 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment