[Rails] Frustrating Problem - Acts As Tree

2010-02-15 Thread David Krett
I am a ruby on Rails Novice and I am having an extremely frustrating problem - not sure whether acts_as_tree plug in is causing this or not (or me lacking a fundamental misunderstanding of rails) I have the following table schema: create_table destinations, :force = true do |t| t.string

Re: [Rails] Frustrating Problem - Acts As Tree

2010-02-15 Thread Michael Pavling
On 15 February 2010 10:46, David Krett dbkr...@gmail.com wrote: I am a ruby on Rails Novice and I am having an extremely frustrating problem - not sure whether acts_as_tree plug in is causing this or not (or me lacking a fundamental misunderstanding of rails) Everything works when I test