rails new

This commit is contained in:
2022-11-21 12:10:04 +02:00
commit f736604a2b
76 changed files with 1402 additions and 0 deletions
@@ -0,0 +1,2 @@
class ApplicationController < ActionController::Base
end
View File