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>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>com.aptana.projects.webnature</nature>
|
|
||||||
<nature>com.aptana.ruby.core.rubynature</nature>
|
<nature>com.aptana.ruby.core.rubynature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ class TariffsMailer
|
|||||||
|
|
||||||
# Create png file
|
# Create png file
|
||||||
c = Cost.new
|
c = Cost.new
|
||||||
c.easy_energy_tariff_barplot(Date.today)
|
c.easy_energy_tariff_barplot(date)
|
||||||
|
|
||||||
mail = Mail.new do
|
mail = Mail.new do
|
||||||
delivery_method :smtp, smtp_opts
|
delivery_method :smtp, smtp_opts
|
||||||
|
|||||||
Reference in New Issue
Block a user