Skip to content

deserialize_jsonapi not found on controller #10

@bastianlb

Description

@bastianlb

I'm having trouble during a patch with strong_resources. The guides say I should add before_action :deserialize_jsonapi!, only: [:create, :update] in order for puts/creates to work properly (makes sense). However this method doesn't seem to exist, and I didn't find it in the code.

ERROR: NoMethodError: undefined method `deserialize_jsonapi!' for #<UsersController:0x007fb548ebd4f8>
Did you mean?  deserialized_params

Is this due to out of date docs? Thanks.

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