added .update_or_create
method to replace the implementation of .refresh
.update_or_create
allows you to use a combination of keys to identity records that have no single unique attribute.
added .update_or_create
method to replace the implementation of .refresh
.update_or_create
allows you to use a combination of keys to identity records that have no single unique attribute.