Problem with Active Record
- by kshchepelin
Hello everyone.
Lets assume we have a User model. And user can plan some activities. The number of types of activities is about 50. All activities have common properties, such as start_time, end_time, user_id, etc. But each of them has some unique properties.
Now we have each activity living in its own table in DB. And thats why we have such…