Class: NippoCore::Users::RegistrationsController

Inherits:
Devise::RegistrationsController
  • Object
show all
Defined in:
app/controllers/nippo_core/users/registrations_controller.rb

Instance Method Summary collapse

Instance Method Details

#configure_sign_up_paramsObject

If you have extra params to permit, append them to the sanitizer.



43
44
45
# File 'app/controllers/nippo_core/users/registrations_controller.rb', line 43

def 
  devise_parameter_sanitizer.permit(:sign_up, keys: [:last_name, :first_name, :nickname])
end