Displaying 1 result from an estimated 1 matches for "depdentent".
Did you mean:
depdendent
2007 Aug 11
0
Object herency problems
...not result.include? p}
end
end
result
end
end
class Matrix < ActiveRecord::Base
set_table_name :matrix
set_primary_key :userid
belongs_to :member, :foreign_key => :userid
belongs_to :member, :foreign_key => :parent
acts_as_tree :foreign_key => :parent, :depdentent => false
end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3Mb...