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

5 lines
109 B
Ruby

class Feature < FontDbConnection
has_many :font_features
has_many :features, through: :font_features
end