tiagopog/jsonapi-utils

jsonapi/utils.rb:9:in `include': wrong number of arguments (given 0, expected 1+) (ArgumentError)

adambedford opened this issue · 0 comments

Line 9 of jsonapi/utils.rb uses include when I think what's really intended is included. This of course is causing things to blow up.

Update: Realized I'm on v0.4.2, which obviously is quite outdated, but I think the reason is that I'm using jsonapi-resources v0.9.5 and later versions of this gem have strict dependencies on v0.9.0 at the most.

#94 and #93 apply here