renamed src -> scripts

This commit is contained in:
Jan Schilbach
2022-09-22 13:56:07 +02:00
parent 6caf48902d
commit b560d9c47b
77 changed files with 0 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class Glyph < FontDbConnection
has_many :font_glyphs
has_many :fonts, -> { distinct }, through: :font_glyphs
end