TokiTranslate/app/models/part_of_speech.rb

4 lines
66 B
Ruby

class PartOfSpeech < ApplicationRecord
belongs_to :language
end