diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index a80b849..5bbb71f 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -21,7 +21,7 @@ class RegistrationsController < ApplicationController private def user_params - params.permit(:email, :password, :password_confirmation) + params.permit(:email, :firstname, :lastname, :password, :password_confirmation) end def send_email_verification