search for: id006

Displaying 1 result from an estimated 1 matches for "id006".

Did you mean: id001
2007 Nov 14
1
has_many_polymorphs and acts_as_list ?
...But the acts_as_list doesn''t! Here a demonstration inside the console: >> c = Collection.create(:name => "C1") >> c.elements << Page.create(:name => "P1") >> c.elements << Page.create(:name => "P2") >> y c --- &id006 !ruby/object:Collection attributes: name: C1 updated_at: &id001 2007-11-14 13:17:45.877143 +01:00 id: 1 created_at: *id001 belongings: - !ruby/object:Belonging attributes: updated_at: 2007-11-14 13:18:39 element_id: "1" id: "1" collector_id: "1...