1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 12:05:19 +02:00

Remove existing data enrichment for clean slate

This commit is contained in:
Zach Gollwitzer 2025-04-01 15:32:31 -04:00
parent 6644afe147
commit 8effdcb2d3
10 changed files with 7 additions and 98 deletions

View file

@ -75,7 +75,7 @@ class UsersController < ApplicationController
def user_params
params.require(:user).permit(
:first_name, :last_name, :email, :profile_image, :redirect_to, :delete_profile_image, :onboarded_at, :show_sidebar, :default_period, :show_ai_sidebar, :ai_enabled,
family_attributes: [ :name, :currency, :country, :locale, :date_format, :timezone, :id, :data_enrichment_enabled ]
family_attributes: [ :name, :currency, :country, :locale, :date_format, :timezone, :id ]
)
end