Skip to content

Doesn't actually load multi_json but uses class from namespace #11

@paulvt

Description

@paulvt

In lib/yammer/request.rb on line 39, the code uses MultiJson::DecodeError but "multi_json" isn't required anywhere. Hence, when there is some error, an unitialized constant error is thrown.

This can be remedied by requiring "multi_json" at the top of the file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions