you could create an abstract model RemoteModel from which RemoteSX3/4/5Model inherit. then you can move the methods self.find_incompete_tasklist and readonly? to that newly created model. that would shorten your code a lot. and copy/paste-errors like self.find_incompete_tasklist instead of self.find_incomplete_tasklist won't happen.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

