The comma works, but that is mostly for use with params[:id], so you
don't have to parse your keys out of the string. You should be using
an array to pass your keys to various ActiveRecord methods when using
CPK:
Attachment.find(['a_text_key',1])
Regards, Lori