Re: [MacRuby-devel] attr_accessor on NSManagedObject

2009-01-05 Thread Benjamin Stiglitz
I subclassed a Core Data entity Recipe with PPRecipe < NSManaged object, and created accessors for the fields: class PPRecipe < NSManagedObject attr_accessor :name, :desc, :type, :imagePath, :serves end but these fields now don't save or display correct after I create objects, and restart the a

[MacRuby-devel] attr_accessor on NSManagedObject

2009-01-01 Thread Dr Nic Williams
I subclassed a Core Data entity Recipe with PPRecipe < NSManaged object, and created accessors for the fields: class PPRecipe < NSManagedObject attr_accessor :name, :desc, :type, :imagePath, :serves end but these fields now don't save or display correct after I create objects, and restart the a