What are advantages and disadvantages of using namespace in ruby on rails. For example: I've many controllers like
CompanyLocations
CompanyXXXX
CompanySports
CompanyActivites
CompanyQQQQQ
I want to put all these controllers in Company folder. What is the rails best practice for this ?