TokiTranslate/app/models/definition.rb
maddiebaka f5e9f3699f Add dictionary ingest and view
Dictionary json ingest to database, view populated with database contents
2023-10-12 22:24:35 -04:00

4 lines
60 B
Ruby

class Definition < ApplicationRecord
belongs_to :word
end