Let\'s say I have I have the following file in my lib directory of my rails application:
#lib/proxy.rb module SomeService class ServiceProxy def do_somethi
This is a helpful post about this issue.
In short, Rails autoloads classes in your lib directory only if they follow the proper naming conventions.