Use the Free Application Namespace in Rails
Rails 3 generates an module named after your application that contains the Rails::Application subclass, but the generators ignore this module and put everything in the global namespace. There is one small gotcha when putting all your application code into this namespace — Use the Free Application Namespace in Rails
Post a comment