mirror of
https://gitlab.com/degruyter-public/font/de-gruyter-sans_serif.git
synced 2026-09-20 05:40:46 +09:00
Initial code commit
* inserted scripts * changed README
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Feature < FontDbConnection
|
||||
has_many :font_features
|
||||
has_many :features, through: :font_features
|
||||
end
|
||||
Reference in New Issue
Block a user