 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
My resource:
It works fine if I add the created_at attribute