module JamRuby class IcecastUserAuthentication < ActiveRecord::Base self.primary_key = 'id' end end