module JamRuby class IcecastServermisc < ActiveRecord::Base self.primary_key = 'id' attr_accessible :hostname, :location, :admin, :fileserve, :server_id attr_accessor :hostname, :location, :admin, :fileserve, :server_id def dumpXml() end end end