f5e9f3699f
Dictionary json ingest to database, view populated with database contents
4 lines
59 B
Ruby
4 lines
59 B
Ruby
class Word < ApplicationRecord
|
|
has_many :definitions
|
|
end
|