6 lines
84 B
Ruby
6 lines
84 B
Ruby
class Comment < ActiveRecord::Base
|
|
belongs_to :post
|
|
|
|
attr_protected :author
|
|
end
|