Created
August 26, 2016 09:19
-
-
Save brlafreniere/92bb7e3bdafabccfc86db4b1bb678dbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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