Closed danfinlay closed 10 years ago
This is something happening in JavaScript-land? There was a bug recently that fixed some of the inflections -- are you sure you have the same version of Geddy in both places?
Is the new inflection the camelCase one? If so, I may have fixed this by updating like you said, and you may close this issue.
Yes, all variable in JS should be camelCase. This is what got fixed. I'll go ahead and close this.
In a RHEL environment, a relationship defined like
NewsStories: hasMany('Post')
will becomeuser.news_stories
, but on my mac, that same relationship will becomeuser.newsStories
.