5 lines
101 B
Ruby
Executable File
5 lines
101 B
Ruby
Executable File
class Comment < ActiveRecord::Base
|
|
validates_presence_of :commenter, :body
|
|
belongs_to :asset
|
|
end
|