Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
Update running costs (#73)
Browse files Browse the repository at this point in the history
* Change icon paths.

* Change Apple icons to have white background

* Update redis-rails to address security vulnerability.

* Update running costs.
  • Loading branch information
Garrett Martin authored Jan 17, 2018
1 parent 012344e commit 6eeb622
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/controllers/marketing_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def running_costs
{ x: first_month.advance({ months: 9 }), y: 14.03 },
{ x: first_month.advance({ months: 10 }), y: 14.03 },
{ x: first_month.advance({ months: 11 }), y: 14.04 },
{ x: first_month.advance({ months: 12 }), y: 14.04 },
{ x: first_month.advance({ months: 13 }), y: 14.04 },
{ x: first_month.advance({ months: 14 }), y: 14.03 },
]
},
{
Expand All @@ -46,6 +49,9 @@ def running_costs
{ x: first_month.advance({ months: 9 }), y: 12 },
{ x: first_month.advance({ months: 10 }), y: 12 },
{ x: first_month.advance({ months: 11 }), y: 12 },
{ x: first_month.advance({ months: 12 }), y: 12 },
{ x: first_month.advance({ months: 13 }), y: 12 },
{ x: first_month.advance({ months: 14 }), y: 12 },
]
},
{
Expand All @@ -66,6 +72,9 @@ def running_costs
{ x: first_month.advance({ months: 9 }), y: 0 },
{ x: first_month.advance({ months: 10 }), y: 0 },
{ x: first_month.advance({ months: 11 }), y: 0 },
{ x: first_month.advance({ months: 12 }), y: 0 },
{ x: first_month.advance({ months: 13 }), y: 0 },
{ x: first_month.advance({ months: 14 }), y: 0 },
]
},
{
Expand All @@ -86,6 +95,9 @@ def running_costs
{ x: first_month.advance({ months: 9 }), y: 0 },
{ x: first_month.advance({ months: 10 }), y: 0 },
{ x: first_month.advance({ months: 11 }), y: 0 },
{ x: first_month.advance({ months: 12 }), y: 0 },
{ x: first_month.advance({ months: 13 }), y: 0 },
{ x: first_month.advance({ months: 14 }), y: 0 },
]
},
{
Expand All @@ -106,6 +118,9 @@ def running_costs
{ x: first_month.advance({ months: 9 }), y: 0 },
{ x: first_month.advance({ months: 10 }), y: 0 },
{ x: first_month.advance({ months: 11 }), y: 0 },
{ x: first_month.advance({ months: 12 }), y: 0 },
{ x: first_month.advance({ months: 13 }), y: 0 },
{ x: first_month.advance({ months: 14 }), y: 0 },
]
},
{
Expand All @@ -126,6 +141,9 @@ def running_costs
{ x: first_month.advance({ months: 9 }), y: 0 },
{ x: first_month.advance({ months: 10 }), y: 0 },
{ x: first_month.advance({ months: 11 }), y: 0 },
{ x: first_month.advance({ months: 12 }), y: 0 },
{ x: first_month.advance({ months: 13 }), y: 0 },
{ x: first_month.advance({ months: 14 }), y: 0 },
]
},

Expand Down

0 comments on commit 6eeb622

Please sign in to comment.