local-ch / lhs

⚛️ REST services accelerator: Rails gem providing an easy, active-record-like interface for http (hypermedia) json services
GNU General Public License v3.0
137 stars 3 forks source link

Fix expand of data for collections. #415

Closed dimameshcharakou closed 2 years ago

dimameshcharakou commented 2 years ago

I noticed that in case when the data is a collection of items then we couldn't expand included resources correctly. This PR is supposed to fix this behavior.