I currently have two controllers, models, and views called retain_users and retain_queues. That is going to grow to have retain_pmrs, retain_customers, etc. So I''m thinking I need to have: retain/quues, retain/users, retain/pmrs, retain/... Couple of questions: Would my code change from: class RetainQueuesController < RetainController to Module Retain class QueuesController < RetainController and the file moved to retain/queues.rb Or can I keep the same names and just move the files? The other question is does everything have to match? i.e. do I have to move the view, models, and controllers together? Is there a "How to" already written up on how to do this somewhere? Thanks, Perry -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---