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