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

Search by dependent object not knowing the model #15

Open msalvadores opened 11 years ago

msalvadores commented 11 years ago

The list returned here could contain any type of model.

 list = Goo::Base::Resource.search(:status, { :code => "PARSED" })