5 lines
83 B
Ruby
5 lines
83 B
Ruby
class Definition < ApplicationRecord
|
|
belongs_to :word
|
|
belongs_to :language
|
|
end
|