Hi : Thank you. I got it by following the answer. Cruise.
Sijo Kg wrote: > http://localhost/admin/sales > Here you mean admin as a name space and sale as resource. Is it? > If so then do like > > ruby script/generate controller admin/sale > > Now edit route.rb and add > > map.namespace(:admin) do |admin| > admin.resources :sales > end > > Sijo -- 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 [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 -~----------~----~----~----~------~----~------~--~---

