Hello kosmos.

This commit is contained in:
2020-11-07 14:49:32 +01:00
commit 2a23fb95cf
83 changed files with 9367 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end