Sha256: de1d833974400889152808cb0f36fce00d36b28fc73dc6ffa5d38fbe7ba41ef1
Contents?: true
Size: 324 Bytes
Versions: 33
Compression:
Stored size: 324 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 DB # Official Schema property :name, :length => 4...20 property :price, :type => Integer end
Version data entries
33 entries across 33 versions & 7 rubygems