3 lines
71 B
Ruby
3 lines
71 B
Ruby
class Comment < ActiveRecord::Base
|
|
belongs_to :post, touch: true
|
|
end
|