Re: [MacRuby-devel] Need to Write Core Data Accessors in MacRuby?

2011-06-27 Thread Matt Aimonetti
Hey Shannon, I'm not sure I fully understand, but you should be able to just set the accessor and do the binding via Xcode as shown here: http://ofps.oreilly.com/titles/9781449380373/_core_data.html Let me know if that doesn't answer your question. - Matt On Mon, Jun 27, 2011 at 3:45 PM, Shannon

[MacRuby-devel] Need to Write Core Data Accessors in MacRuby?

2011-06-27 Thread Shannon Love
Howdy, I've Core Data a lot in Objective-c and now I am trying to use it in MacRuby. It occurs to me that I might need to create the to-many relationship accessors just like you have to do in Objective-C. To clarify: Suppose I have a data model that models a file structure and which looks lik