I know how to override models, but one thing I don't understand is how CE knows how to use my new model. For example, I'm going to have to add some new roles, and then override the User with some logic that makes use of those roles.
class NewUser < USer end Fair enough...but how do I let CE know it needs to always use NewUser, and not user? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
