initial Rails application

This commit is contained in:
2026-09-13 17:55:31 -06:00
commit ff0a306668
99 changed files with 2977 additions and 0 deletions
@@ -0,0 +1,7 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
connect() {
this.element.textContent = "Hello World!"
}
}