Closed 10xSebastian closed 4 years ago
This PR allows to directly update records when ID is already known.
Record.update(id: 1234, name: 'Steve')
This PR allows to directly update records when ID is already known.