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