mirror of
https://gitlab.com/degruyter-public/font/de-gruyter-sans_serif.git
synced 2026-09-20 05:40:46 +09:00
5 lines
79 B
Ruby
5 lines
79 B
Ruby
class FontGlyph < FontDbConnection
|
|
belongs_to :glyph
|
|
belongs_to :font
|
|
end
|