3 lines
60 B
Ruby
3 lines
60 B
Ruby
class Comment < ApplicationRecord
|
|
belongs_to :article
|
|
end
|
class Comment < ApplicationRecord
|
|
belongs_to :article
|
|
end
|