aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/sound.rb
blob: d9d2b99fcdcb280849b29bca62350d36d35bf569 (plain) (blame)
1
2
3
4
5
6
7
8
9
module Asset  
  class Sound < ActiveResource::Base
    self.site = "http://37s.sunrise.i:3000"
  end
end

# to test namespacing in a module
class Author
end