Bug fix
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.local
|
||||
.config
|
||||
.project
|
||||
1
.project
1
.project
@@ -7,7 +7,6 @@
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>com.aptana.projects.webnature</nature>
|
||||
<nature>com.aptana.ruby.core.rubynature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
||||
@@ -18,7 +18,7 @@ class TariffsMailer
|
||||
|
||||
# Create png file
|
||||
c = Cost.new
|
||||
c.easy_energy_tariff_barplot(Date.today)
|
||||
c.easy_energy_tariff_barplot(date)
|
||||
|
||||
mail = Mail.new do
|
||||
delivery_method :smtp, smtp_opts
|
||||
|
||||
Reference in New Issue
Block a user