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.
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.
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.