aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/sound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/test/fixtures/sound.rb')
-rw-r--r--activeresource/test/fixtures/sound.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/activeresource/test/fixtures/sound.rb b/activeresource/test/fixtures/sound.rb
new file mode 100644
index 0000000000..5c0ef5d55c
--- /dev/null
+++ b/activeresource/test/fixtures/sound.rb
@@ -0,0 +1,5 @@
+module Asset
+ class Sound < ActiveResource::Base
+ self.site = "http://37s.sunrise.i:3000"
+ end
+end