TokiTranslate/app/models/definition.rb

5 lines
83 B
Ruby

class Definition < ApplicationRecord
belongs_to :word
belongs_to :language
end