Skip to content

Commit 8d71d6a

Browse files
committed
Point of no return
1 parent 298c955 commit 8d71d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/app/models/transaction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class Transaction < ActiveRecord::Base
88
monetize :optional_amount_cents, with_model_currency: :currency, allow_nil: true
99

1010
def total_cents(foo = 0, bar: 0)
11-
return amount_cents + tax_cents + foo + bar
11+
amount_cents + tax_cents + foo + bar
1212
end
1313
end

0 commit comments

Comments
 (0)