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
Have you tried removing it from the first model as well? I believe Rails will automatically load any files you have in your lib directory without you ever having to require them explicitly.
lib
require