you can implement as many classes as you like. if you have something that is common to all of your Tasklist-classes you can of course create class GenericTasklist that holds the common code and form which Tasklist inherits.
you should take a look into a book that explains OOP though. without that knowledge, you will get stuck over and over again. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

