f5e9f3699f
Dictionary json ingest to database, view populated with database contents
4 lines
60 B
Ruby
4 lines
60 B
Ruby
class Definition < ApplicationRecord
|
|
belongs_to :word
|
|
end
|