Added License model and views

This commit is contained in:
2022-12-08 17:26:44 -05:00
parent f1aca6e318
commit 36f7fb82a6
9 changed files with 209 additions and 11 deletions

5
lib/models/license.rb Normal file
View File

@ -0,0 +1,5 @@
class License < Sequel::Model
end