We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab45e3 commit bbf4621Copy full SHA for bbf4621
app/controllers/private/fund_sources_controller.rb
@@ -14,7 +14,7 @@ def create
14
def update
15
account =
16
current_user.accounts.with_currency(fund_source.currency).first
17
- account.update default_withdraw_fund_source: params[:id]
+ account.update default_withdraw_fund_source_id: params[:id]
18
19
head :ok
20
end
0 commit comments