tracks/vendor/rails/activeresource/test/fixtures/proxy.rb

4 lines
134 B
Ruby
Raw Normal View History

2011-02-04 17:11:33 +01:00
class ProxyResource < ActiveResource::Base
self.site = "http://localhost"
self.proxy = "http://user:password@proxy.local:3000"
end