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

Record.update #383

Closed 10xSebastian closed 4 years ago

10xSebastian commented 4 years ago

This PR allows to directly update records when ID is already known.

Record.update(id: 1234, name: 'Steve')