aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/test/fixtures/person.rb')
-rw-r--r--activeresource/test/fixtures/person.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activeresource/test/fixtures/person.rb b/activeresource/test/fixtures/person.rb
new file mode 100644
index 0000000000..4914863230
--- /dev/null
+++ b/activeresource/test/fixtures/person.rb
@@ -0,0 +1,3 @@
+class Person < ActiveResource::Base
+ self.site = "http://37s.sunrise.i:3000/"
+end \ No newline at end of file