Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created August 26, 2016 09:19
Show Gist options
  • Save brlafreniere/92bb7e3bdafabccfc86db4b1bb678dbe to your computer and use it in GitHub Desktop.
Save brlafreniere/92bb7e3bdafabccfc86db4b1bb678dbe to your computer and use it in GitHub Desktop.
When I request this path: /admin/blogplugin/articles
I get the error: uninitialized constant Admin::Blogplugin
the routes:
namespace :admin do
resources :users
resources :projects
# this must be around where the code is choking, but why?!
namespace :blogplugin do
resources :articles
end
root 'users#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment