I'm implementing a small contact list web-app for our company. I'd like to include the possibility to create custom fields per contact, so every user can have its own custom fields. I use rails + mysql for development.
any ideas how I can achieve this? how would you create the model structure?
Originally asked by: Tronic on Stack Overflow


Answers