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