|
Thanks tony... I'm sorry, i made a mistake with the navigability of the association... ------------- * 1 ------------ | Class0 | -----------> | Class1 | ------------- ------------ If I define this in this way: class Class0 include DataMapper::Resourse ---- properties ----- has 1, :class1 end class Class0 include DataMapper::Resourse ---- properties ----- belongs_to :class0 end in the class1s table is the class0_id, but I need the class1_id in the class0s table... I hope you can understand, i'm not good with english, i'm in Argentina... Thanks... Tony Mann escribió: class Class1 |
- [DataMapper] Association... Lucas Kloster
- [DataMapper] Re: Association... Tony Mann
- [DataMapper] Re: Association... Lucas Kloster
- [DataMapper] Re: Association... Tony Mann
