Opt-in to Current fully (#297)

This commit is contained in:
Dwight Watson
2024-02-05 10:36:46 +11:00
committed by GitHub
parent 23eaa3e066
commit d61a22b070
8 changed files with 24 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ class AccountsController < ApplicationController
end
def create
@account = Account.new(account_params.merge(family: current_family))
@account = Account.new(account_params.merge(family: Current.family))
@account.accountable = account_params[:accountable_type].constantize.new
if @account.save