Sha256: e63b3c95ca5f2c081eb9fbe6216a9b8d2867378c769656342b025aaa8796d759
Contents?: true
Size: 197 Bytes
Versions: 47
Compression:
Stored size: 197 Bytes
Contents
class PostWithCommentsAndAddressForm include ObjectAttorney represents :post, properties: [:title, :body] has_many :comments has_one :address validates_presence_of :title end
Version data entries
47 entries across 47 versions & 1 rubygems