Hi all,
I have a trouble with generated methods "*_url" and
"*_path".
in the routes.rb I have -
  map.namespace(:admin) do |admin|
    admin.resources :categories
  end
and "categories" controller in the "controllers/admin/"
in the CategoriesController I wrote some method, "astree" like example
but I cant see any method like admin_categories_astree_url (*_path)
what I''m doing wrong?
thanks
-- 
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
-~----------~----~----~----~------~----~------~--~---