You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
lib/yammer/request.rb
on line 39, the code usesMultiJson::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.
The text was updated successfully, but these errors were encountered: