tracks/vendor/rails/activeresource/test/fixtures/proxy.rb
2011-02-04 17:11:33 +01: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