Skip to content

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

@baughmann

Description

@baughmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions