tracks/vendor/rails/activeresource/test/fixtures/proxy.rb
2009-12-07 12:42:42 -05:00

4 lines
No EOL
134 B
Ruby

class ProxyResource < ActiveResource::Base
self.site = "http://localhost"
self.proxy = "http://user:password@proxy.local:3000"
end