I have a sub-folder in my controllers folder for organization and I want to hide the name of the sub-folder. For instance, If I wanted to rename an area of my apps url from foobar/:controller to foo/:controller I can do that with routes right? how could I go about it? J Brien | HybridIndie Productions | hybridindie.com | iam-QLwuMy0vUAhCl22TKe+ceQ@public.gmane.org
*bump* On 8/25/05, J Brien <iam-QLwuMy0vUAhCl22TKe+ceQ@public.gmane.org> wrote:> I have a sub-folder in my controllers folder for organization and I > want to hide the name of the sub-folder. For instance, If I wanted > to rename an area of my apps url from foobar/:controller to > foo/:controller I can do that with routes right? how could I go about > it? > > J Brien | HybridIndie Productions | hybridindie.com | > iam-QLwuMy0vUAhCl22TKe+ceQ@public.gmane.org > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 8/24/05, J Brien <iam-QLwuMy0vUAhCl22TKe+ceQ@public.gmane.org> wrote:> I have a sub-folder in my controllers folder for organization and I > want to hide the name of the sub-folder. For instance, If I wanted > to rename an area of my apps url from foobar/:controller to > foo/:controller I can do that with routes right? how could I go about > it?Perhaps if you clarified your question you''d get some answers. I don''t really know what you''re asking for.