typo in the rake task
This commit is contained in:
parent
eb223bee79
commit
4be75a255f
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ namespace :stats do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
emails = Notifier.admin( "here are some retention stats", admins, {:subject => "retention numbers #{Time.now.to_s}", :attachments => [:name => "retention_numbers_#{Time.now.to_s}.csv", :file => string]})
|
emails = Notifier.admin( "here are some retention stats", admins, {:subject => "retention numbers #{Time.now.to_s}",
|
||||||
|
:attachments => [{:name => "retention_numbers_#{Time.now.to_s}.csv", :file => string}]})
|
||||||
emails.each {|e| e.deliver!}
|
emails.each {|e| e.deliver!}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue