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

Enums should load attributes by default #90

Open palexander opened 11 years ago

palexander commented 11 years ago
detail_enum = LinkedData::Models::Notes::Enums::Details.find("ProposalChangeHierarchy").first
detail_enum.loaded_attributes
=> #<Set: {}>

Expecting => #<Set: {:type}>