mirror of
https://gitlab.com/degruyter-public/font/de-gruyter-sans_serif.git
synced 2026-09-19 21:40:46 +09:00
5 lines
109 B
Ruby
5 lines
109 B
Ruby
class Feature < FontDbConnection
|
|
has_many :font_features
|
|
has_many :features, through: :font_features
|
|
end
|