Anyone know what this sort of a method does?
def scoper eval "Helpdesk::#{cname.classify}" end
Anyone know what this sort of a method does?
def scoper eval "Helpdesk::#{cname.classify}" end
Not very much - turns a string into a class (and depending on where cname comes from, could be a big security hole)
Fred