typo oO
This commit is contained in:
parent
cd939f2bf1
commit
1b6f83f70a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class TransactionsController < ApplicationController
|
|||
|
||||
{
|
||||
debtor: t[:debtor] ? User.find_or_create_by(name: t[:debtor]) : User.zeus,
|
||||
creditor: t[:creator] ? User.find_or_create_by(name: t[:creditor]) : User.zeus,
|
||||
creditor: t[:creditor] ? User.find_or_create_by(name: t[:creditor]) : User.zeus,
|
||||
issuer: current_client || current_user,
|
||||
amount: (t[:euros].to_f*100 + t[:cents].to_f).to_i,
|
||||
message: t[:message]
|
||||
|
|
Loading…
Reference in a new issue