i am using rexml and try to find id from Comment table i got the error
Rexml's Comment class is shadowing your own. Either don't include
REXML in the model that is doing this processing (so you'll need to
prefix rexml classes with REXML: or replace Comment with ::Comment
Fred