# File lib/ancestry/materialized_path.rb, line 24 def child_conditions(object) t = arel_table node = to_node(object) t[ancestry_column].eq(node.child_ancestry) end