4 lines
57 B
Ruby
4 lines
57 B
Ruby
class Comment < ApplicationRecord
|
|
belongs_to :post
|
|
end
|
class Comment < ApplicationRecord
|
|
belongs_to :post
|
|
end
|