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

@@ -522,6 +522,3 @@ DEPENDENCIES
unicorn (~> 5.1.0)
web-console (= 3.3.0)
whenever
BUNDLED WITH
1.13.6

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