Skip to content

Commit 59bc3a7

Browse files
committed
bin/rails g stimulus thread
1 parent a62e9f9 commit 59bc3a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { Controller } from "@hotwired/stimulus"
2+
3+
// Connects to data-controller="thread"
4+
export default class extends Controller {
5+
connect() {
6+
}
7+
}

0 commit comments

Comments
 (0)