Search Results

1
vote

How to insert rows when using a many-to-many relation

If I understood correctly. item = Item.new(:name => "item") item.transactions.build(:name => "transaction") item.save! …