Files
de-gruyter-sans_serif/lib/models/glyph.rb
T
Jan Schilbach 337dfa050e Initial code commit
* inserted scripts
* changed README
2022-09-22 13:37:46 +02:00

6 lines
121 B
Ruby

class Glyph < FontDbConnection
has_many :font_glyphs
has_many :fonts, -> { distinct }, through: :font_glyphs
end