module JamRuby
class IcecastAdminAuthentication < ActiveRecord::Base
self.primary_key = 'id'
validates :source_password, length: {minimum: 5}
end