DavidSouther / JEFRi

JEFRi: Entity Framework Runtime
http://jefri.org
MIT License
5 stars 1 forks source link

js core: entity::__relationships #9

Closed DavidSouther closed 12 years ago

DavidSouther commented 12 years ago

Currently, relationships are in entity::_{relationship.name}; they should be in __relationships[relationship.name] to meet new naming conventions.

DavidSouther commented 12 years ago

Fixed with c6c3933.