Remove douplicate code from Resource / NestedResource #17
Labels
good first issue
Easy to fix issue, does not need a lot of experience to be able to contribute
help wanted
Because we are defining
singular_resource
,plural_resource
andto_json
in both modules, linters will warn you about "functions can not match because a previous function will always match"One way to solve this would be to move
to_json
and the resource functions in respective modules.The text was updated successfully, but these errors were encountered: