Beware using model named Format in a Rails API
Just spent a fair amount of time troubleshooting an error that was throwing a really weird strong parameters bug. Something along the lines of a “JSON”:String not having a method permit. It was in my FormatsController that was a copy paste from a…