GetStream / Stream-Example-Rails

An example app built using getstream.io
https://getstream.io
38 stars 26 forks source link

Incorrect objects for retrieving flat and aggregated feeds #7

Open rb512 opened 5 years ago

rb512 commented 5 years ago

The methods flat and aggregated in feeds_controller, call the wrong objects: timeline_flat and timeline_aggregated to retrieve flat and aggregated feeds respectively.

These objects should be: [:flat] and [:aggregated] instead of [:timeline_flat] and [:timeline_aggregated]