On the edit_user_registration_path with Devise, I am trying to use Papercrop to change the user's avatar. I'm getting the error message --- undefined method `delete' for :avatar:Symbol
It is cropping okay, but I had to modify the Devise setup to allow the update to save as well, so I'm not sure if that is part of the problem. Anyhow, it is not saving. Any suggestions? Thanks :)
On the edit_user_registration_path with Devise, I am trying to use Papercrop to change the user's avatar. I'm getting the error message --- undefined method `delete' for :avatar:Symbol
It is cropping okay, but I had to modify the Devise setup to allow the update to save as well, so I'm not sure if that is part of the problem. Anyhow, it is not saving. Any suggestions? Thanks :)