Posts by Giovanni • 1 point
1 post
-
0
votes2
answers490
viewsA: Adding more fields to the user table with Gem Devise
I decided to add these lines to the Aplication controller before_action :configure_permitted_parameters, if: :devise_controller? protected def configure_permitted_parameters…