--Introduction de devise et ajout d'une nouvelle colonne
(cette fois: colonne nom d'utilisateur)
--Je ne comprends pas l'erreur anglaise, donc Japaneseize devise et
[Corriger "translation missing" après Devise Japaneseization] Voir (https://poinorou.hatenablog.com/entry/2019/09/16/090336)
à application_controller
application_controller
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
before_action :configure_permitted_parameters, if: :devise_controller?
def configure_permitted_parameters
devise_parameter_sanitizer.permit(:sign_up, keys: [:username])
end
end
Remplissez: ok_hand: