sendgrid_toolkit
sendgrid_toolkit copied to clipboard
Get "no implicit conversion of string to integer" error with stats.retrieve, but NOT with stats.retrieve_aggregate
Using something like:
@stats_today = statistics.retrieve :days => 1
Returns
no implicit conversion of String into Integer
However:
@stats_last_week = statistics.retrieve_aggregate :days => 1
Seems to work.