Sha256: 9e8fdd117d0b077b6a806815f82c920c55edc25206a361a6122ea3131ae21df5
Contents?: true
Size: 161 Bytes
Versions: 19
Compression:
Stored size: 161 Bytes
Contents
class PostWithOnlyExistingCommentsForm include ObjectAttorney represents :post, properties: [:title, :body] has_many :comments, new_records: false end
Version data entries
19 entries across 19 versions & 1 rubygems