Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get "no implicit conversion of string to integer" error with stats.retrieve, but NOT with stats.retrieve_aggregate #43

Open
baughmann opened this issue Jul 8, 2015 · 0 comments

Comments

@baughmann
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant