No models for some tables in db

I have added a couple of things to my rails app, but it didn’t create a model for the table element.

Now, I’m trying to use a rake task to erase and populate those tables, but I don’t think I can refer to the actual table name.

The tables are action_text_rich_text and a few others created by installing action text, and the commontator gem did the same thing (created tables, but no model for it).

Not sure what to do in this case.

TIA, Joe

ok i did create models for it, and it seem to have worked.