Commit placeholder work
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
class PartOfSpeech < ApplicationRecord
|
||||
belongs_to :language
|
||||
|
||||
has_many :translations, class_name: "PartOfSpeech", foreign_key: "part_of_speech_id"
|
||||
end
|
||||
|
Reference in New Issue
Block a user