mirror of
https://gitlab.com/degruyter-public/font/de-gruyter-sans_serif.git
synced 2026-09-20 05:40:46 +09:00
Initial code commit
* inserted scripts * changed README
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Glyph < FontDbConnection
|
||||
has_many :font_glyphs
|
||||
has_many :fonts, -> { distinct }, through: :font_glyphs
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user