How to do that with ActiveRecord? My code:
p = Product.create
l = Label.create
p.labels.add << l
But I get l.parent == nil
create_table "labels", :force => true do |t|
t.integer "product_id"
end
|
How to do that with ActiveRecord? My code:
But I get
| |||||
feedback
|
|
Some code from you would be appropriate, since what you're asking should be working automatically.
If your code doesn't resemble that, then please post a more specific question. Edit:
Does your | |||||||
feedback
|
|
You could use | ||||
feedback
|