Skip to content

Commit f3eaed2

Browse files
author
Meriton Chutra
committed
-
1 parent 69555f1 commit f3eaed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/acts_as_account/journal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def transfers
2525
end
2626
end
2727

28-
def transfer(amount, from_account, to_account, reference = nil, valuta = Time.now, category = nil)
28+
def transfer(amount, from_account, to_account, reference = nil, valuta = Time.now, category)
2929
transaction do
3030
if (amount < 0)
3131
# change order if amount is negative

0 commit comments

Comments
 (0)