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

View File

@ -0,0 +1,3 @@
class ApplicationRecord < ActiveRecord::Base
primary_abstract_class
end

View File