can i have something like app/controller/welcome_controller.rb app/controller/admin/welcome_controller.rb where the first is for public portion of a website and the other is for private setup a route for /admin/ that would direct to the latter of the two? If yes, can someone send me the appropriate routes.rb line... I''ve been playing around with it and it doesnt look possible unfortunately... _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Sean T Allen wrote:> can i have something like > > app/controller/welcome_controller.rb > app/controller/admin/welcome_controller.rb > > where the first is for public portion of a website and the other is > for private > setup a route for /admin/ that would direct to the latter of the two? > > If yes, can someone send me the appropriate routes.rb line... > > I''ve been playing around with it and it doesnt look possible > unfortunately... >well dur... found the problem myself... tripped myself up with my own... trying to be too tricky... _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails