Sha256: c3ae6209045469138c22129352e5fa59aca852f536e1766169e22f5e94c1776c
Contents?: true
Size: 168 Bytes
Versions: 4
Compression:
Stored size: 168 Bytes
Contents
module Theblog class Comment < ContentNode belongs_to :post, class_name: "Theblog::Post", foreign_key: :parent_node_id validates_presence_of :body end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
theblog-0.0.2.3 | app/models/theblog/comment.rb |
theblog-0.0.2.2 | app/models/theblog/comment.rb |
theblog-0.0.2.1 | app/models/theblog/comment.rb |
theblog-0.0.2 | app/models/theblog/comment.rb |