Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. When I request this path: /admin/blogplugin/articles
  2.  
  3. I get the error: uninitialized constant Admin::Blogplugin
  4.  
  5. the routes:
  6.  
  7. namespace :admin do
  8. resources :users
  9. resources :projects
  10.  
  11. # this must be around where the code is choking, but why?!
  12. namespace :blogplugin do
  13. resources :articles
  14. end
  15.  
  16. root 'users#index'
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement