# File lib/ancestry/has_ancestry.rb, line 99
    def acts_as_tree(*args)
      return super if defined?(super)
      has_ancestry(*args)
    end