Creacion de proyecto

This commit is contained in:
2024-09-11 20:13:56 -03:00
commit 205e238428
62 changed files with 1337 additions and 0 deletions

View File

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

View File