4 lines
53 B
Ruby
4 lines
53 B
Ruby
|
|
class Reply < ApplicationRecord
|
||
|
|
belongs_to :user
|
||
|
|
end
|