I have two models, TreeNode and User. Each user has_one TreeNode, which is the root of the tree.
has_one
class TreeNode acts_as_tree belongs_to :user e
Apparently :class_name has been replaced with :source.