Initial commit

This commit is contained in:
2025-06-11 17:49:50 +02:00
parent 277d97ef6d
commit f8523fc3eb
105 changed files with 2843 additions and 62 deletions

4
bin/rails Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"