'Rails couldn't find a valid model for Preferences association

I'm trying to add new record to my DB, but I got this error: enter image description here

This is my schema.rb: enter image description here

And this is my method create: enter image description here

And this is my form to add a new record:

enter image description here

The param is sending correctly, but when I click on Upload button, nothing is happen, and if I try to add the record from the rails console, I got the error of the first image. I'm a new dev of RoR, someone can help me please?, Thanks!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source