class Lato::AuthenticationController
def registration_params
def registration_params params.require(:user).permit(:first_name, :last_name, :email, :password, :password_confirmation, :accepted_privacy_policy_version, :accepted_terms_and_conditions_version) end