6 lines
79 B
Ruby
6 lines
79 B
Ruby
|
class Comment < ApplicationRecord
|
||
|
include Visible
|
||
|
|
||
|
belongs_to :article
|
||
|
end
|