fixes typo: ammount -> amount
This commit is contained in:
@@ -522,6 +522,3 @@ DEPENDENCIES
|
||||
unicorn (~> 5.1.0)
|
||||
web-console (= 3.3.0)
|
||||
whenever
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.6
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user