i have grouping administration controllers into module (admin) for maintaining more order and logical structure. then i have modified class controller: class Admin::LocationsController < ApplicationController .... end i have created in views the directory "admin" and put the directory "locations" into this. i have setting the routes.rb: .... map.namespace :admin do |admin| admin.resources :locations end .... but i can''t access to CRUD pages i don''t know the right sintax for modifing the link_to helper help me -- 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 -~----------~----~----~----~------~----~------~--~---