4 lines
58 B
Ruby
4 lines
58 B
Ruby
|
class Comment < ActiveRecord::Base
|
||
|
belongs_to :post
|
||
|
end
|