Brandon
2014-Mar-24 13:43 UTC
"class Admin::UsersController < ApplicationController". What does the double colon do here?
I saw this on a Gem implementation and don't understand why it needed "::UsersController" at all. My understanding that it is trying to find the relative path of UsersController, but why is it necessary to be there? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/41a59b21-95e1-4253-9061-bc58de5daa4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Possibly Parallel Threads
- Want to Move RestfulAuthentication's UsersController to Admin::UsersController
- RestClient::ResourceNotFound in UsersController#index
- NoMethodError in UsersController#show
- uninitialized constant UsersController::User
- ActiveRecord::AssociationTypeMismatch in UsersController#update