aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/proxy.rb
blob: bb8e015df01f7d5af222e5a17bf8c9020533ac8c (plain) (blame)
1
2
3
4
class ProxyResource < ActiveResource::Base
  self.site = "http://localhost"
  self.proxy = "http://user:password@proxy.local:3000"
end