mirror of
https://gitlab.com/degruyter-public/font/de-gruyter-sans_serif.git
synced 2026-09-20 05:40:46 +09:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
class Glyph < FontDbConnection
|
|
has_many :font_glyphs
|
|
has_many :fonts, -> { distinct }, through: :font_glyphs
|
|
|
|
end
|