Hi all, I have a few questions regarding the LoginEngine.
1) What is the best way of extending the User model without starting to make changes to the actual files? I need to add some additional functionality but preferably would like to keep it seperate from the original stuff. Can I create my own version of it as a child class so that it inherits all the other stuff? 2) Anyone have any tips or tricks for dealing with old accounts? I would prefer to never delete an account because I associate them as owners of records in various tables and the minute you delete a user you start having nil owners ;) I suppose you could set delayed_delete_days to some incredibly high value but then the you'd have accounts open and not being used. -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
