You just added categories to your admin resource. That said, you'll end up with routes looking like this /admin/id/resource.
What that means is that any time you need to call a resource, you'll have to include the admin id in it as they as "nested". You could have a look at this railscast http://railscasts.com/episodes/139-nested-resources Luis http://www.saffie.ca -- 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.

