Hi guys. was wondering, how would i access the various parents/nodes in an acts as tree, if that model is from a join model using :through? wa huh? ok.. Say my join class model is called "Crap" and there are two columns with foreign keys: spam_id and more_spam_id. Say the Spam class is an acts_as_tree.. I would hope we would be able to access it like we would a habtm: foo = Crap.find_all_by_spam_id 23 bar = foo.parent.find :all but it seems these acts_as_tree methods are not avail when using :through..(or do I need a break and realize something?) Any insights to lead a poor blind man out of darkness would be nice. (please excuse the dramatic last statement) -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---