Skip to content

Commit 9c10907

Browse files
committed
updated collection dummy page
1 parent 4cd075a commit 9c10907

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/dummy/app/matestack/pages/my_app/collection.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ def response
2828

2929
partial :filter
3030
partial :ordering
31-
partial :content
31+
32+
async rerender_on: "my-first-collection-update" do
33+
partial :content
34+
end
3235
}
3336
end
3437

0 commit comments

Comments
 (0)