Skip to content

Multiple errors when trying to return table with id only #10

Description

@marcelobarreto

image

My resource:

class ChatResource < ApplicationResource
  attribute :id, :uuid

  has_many :messages, resource: MessageResource
  many_to_many :participants, resource: UserResource
end

It works fine if I add the created_at attribute

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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