What approaches are there to implement comments on feed activities with GetStream using Ruby on Rails?
Are there any plugins for that, 3rd party, etc.? A Google search doesn't yield any results.
I am using the Stream-rails library.
Update [19th December, 2015]
I figured that I could create an ActivityComment model, and give it an activity_id property, and make use of the id property on each StreamRails::Activity you give me. However, it would be more convenient if I could persist Activity in my database, too, so I can later get comments by activity.