activerecord_follow_assoc
In ActiveRecord, allows you to query the association of the records that your current query would return. If you need the comments of some posts: `Post.where(...).follow_assoc(:comments)`. You can then chain `where` on the comments.
Activity
- Latest release
- 9mo ago
- Total releases
- 4
- Cadence
- ~1.7 years
- Last 12 months
- 1
Reach
- Stars
- —
Details
- License
- MIT
- First release
- Sep 28, 2021
Releases