Error: undefined method `stringify_keys' for "Edit post":String
Solution: If you’re using simple_form gem, then the problem is going to be the fact that you used “form_for” on the form. Instead, you should use: “simple_form_for”.
So change that and Rails will be happy again :)














