Initial code commit

* inserted scripts
* changed README
This commit is contained in:
Jan Schilbach
2022-09-22 13:37:46 +02:00
parent 5ca6ff13fa
commit 337dfa050e
77 changed files with 1419532 additions and 81 deletions
+4
View File
@@ -0,0 +1,4 @@
class Feature < FontDbConnection
has_many :font_features
has_many :features, through: :font_features
end