Reputation: 81
I'm getting the error ActiveModel::ForbiddenAttributesError
, but I can't find out which parameter is causing the problem. Does anyone know how I can find out which parameter causes to raise the error ActiveModel::ForbiddenAttributesError
?
Upvotes: 2
Views: 173
Reputation: 99
install gem byebug and read the description > https://rubygems.org/gems/byebug. happy bug hunting
Upvotes: 1