This commit is contained in:
jane 2022-04-09 12:00:10 -04:00
parent 68c64808c5
commit e253a71fc4
78 changed files with 1371 additions and 8 deletions

View file

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

View file