We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66f304 commit 9305e7fCopy full SHA for 9305e7f
docs/getting-started/quick-start.md
@@ -995,7 +995,7 @@ def create
995
if @post.save
996
ActionCable.server.broadcast('matestack_ui_core', {
997
event: 'cable__created_post',
998
- data: matestack_component(:post_component, post: @post) # add this line
+ data: post_component(post: @post) # add this line
999
})
1000
render json: {
1001
message: 'Post was successfully created.'
0 commit comments