remi / her

Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
MIT License
2.05k stars 322 forks source link

correctly dup objects #516

Closed KaylaGallatin closed 4 years ago

KaylaGallatin commented 5 years ago

Attempting to fix #355

After calling dup on an object, changes made to either object would be applied to both objects. This fixes that issue so that both objects are independent of one another.