Bump: filtering results in acts_as_tree

---------- Forwarded message ----------
From: Larry W. [email protected]
Date: May 23, 2006 10:35 AM
Subject: filtering results in acts_as_tree
To: [email protected]

I’m using a logical delete for a table and want to use acts_as_tree with
it. Is there any way to filter the rows returned as the tree is
traversed
to include only those records where the deleted column is equal to
FALSE?

thanks very much for your help.