module JamRuby
class IcecastLimit < ActiveRecord::Base
self.primary_key = 'id'
validates :clients, numericality: {only_integer: true}
end