Polymorphic Association Pattern
Recently, I worked on building a notes feature, but not a simple note-taking feature, but one that works across multiple entities.
Requirements
In our system there features like sessions, attendees, booths, and sponsors. Each of these need the abili...