matryoshka-model / matryoshka

A lightweight framework that provides a standard and easy way to implement a model service layer
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

AbstractActiveRecord::save() doesn't work on update #17

Closed leogr closed 9 years ago

leogr commented 9 years ago

The save method doesn't pass the id to the criteria, so it works on creation but it doesn't on update.