Problem with scaffolding and table name

Hello, i’m new in ruby rails framework. I have the following problem. I
try to create a scaffold
for a certain model of my db, but since ruby rails doesn’t assume the
table name corectly (its incidents_reported )
i get errors …

Besides renaming the table :slight_smile: is there a way to ‘tell’ ruby rails the
name of the table?
I haven’t been able to find any info on this.

Thank you in advance.