fixes typo: ammount -> amount

This commit is contained in:
kikito
2016-12-14 11:11:06 +01:00
parent 8e15d7732b
commit d5065fe021
2 changed files with 1 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ class Budget < ActiveRecord::Base
end
def formatted_heading_price(heading)
formatted_ammount(heading_price(heading))
formatted_amount(heading_price(heading))
end
end