Is it possible to use acts_as_tree with the hobo_user_model? I tried to specify it this way:
class User < ActiveRecord::Base hobo_user_model # Don't put anything above this acts_as_tree [ .... ] end but it didn't like it since it thought that the acts_as_tree was an undefined method. thanks for your help Venka --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
