FCKEditor and ActiveScaffold

Hi guys,

I was just wondering if someone can give me some insight. I have
fckeditor working with active scaffold after following the instructions
here

It works like a charm, but there is slight prob.

Page has_many PageComments and PageComments belongs to Page.

Both Page and PageComment have a body. It is the body field that is
being used with fckeditor.

It seems that PageComments activescaffold is using the PageHelper file
and also giving me an fckeditor. It seems to ignore PageCommentsHelper.

Is the PageCommentsHelper supposed to be in a file called
page_comments_helper? Or did I mess something up in the naming?

Can someone give me a suggestion on where to poke around next to stop
the page comments from having the fckeditor they arent supposed to?

Thanks,