Here are the entire contents of activeresource.rb:
require 'active_resource'
Could someone explain the logic of this?
Why not simply have activeresource.rb contain what active_resource.rb contains and forget about the additional require statement?