Sha256: 5a2cd094ecdaa94fbb80cb17e25711ddeb0c4af73a6d9cbfb7a3802b5416d282
Contents?: true
Size: 350 Bytes
Versions: 47
Compression:
Stored size: 350 Bytes
Contents
class Service < CouchRest::ExtendedDocument # Include the validation module to get access to the validation methods include CouchRest::Validation auto_validate! # Set the default database to use use_database TEST_SERVER.default_database # Official Schema property :name, :length => 4...20 property :price, :type => Integer end
Version data entries
47 entries across 47 versions & 16 rubygems