Skip to content

Commit bbf4621

Browse files
authored
Update fund_sources_controller.rb
1 parent 8ab45e3 commit bbf4621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/private/fund_sources_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def create
1414
def update
1515
account =
1616
current_user.accounts.with_currency(fund_source.currency).first
17-
account.update default_withdraw_fund_source: params[:id]
17+
account.update default_withdraw_fund_source_id: params[:id]
1818

1919
head :ok
2020
end

0 commit comments

Comments
 (0)