Publish :create, ["created", deeply_nested_item_id]
Let's say my resources have this relationship,
and I want to have this
Unfortuantely, this gives me the following error. What's the right way to do this?
My
chat_room has many posts which then has many comments. and I want to have this
pub_sub definedin comment.ex.Unfortuantely, this gives me the following error. What's the right way to do this?
My
chat_room_load() function that feeds the data to the form is defined like this.