Skip to content

Memoization of all may cause issues #50

@tagliala

Description

@tagliala

def all(params = {})
@result ||= klass.all(@params.deep_merge(params))
end

This is not taking into consideration the fact that there could be different parameters.

Probably memoization here is wrong

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions