ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Skip nil values #43

Closed palexander closed 11 years ago

palexander commented 11 years ago

I was getting problems during save when at attribute was assigned a nil value. This will skip serializing these values (I think :)