Sha256: 278813ec8f5edb9d1349b39758ecce87be0ca0548a0da481adcbe8d3b2e42ba7
Contents?: true
Size: 344 Bytes
Versions: 2
Compression:
Stored size: 344 Bytes
Contents
# -*- coding: utf-8 -*- class Country # # Behaviors # include DataMapper::Resource # # Properties # property :id, Serial property :name, String property :area, Integer # # Validations # validates_is_number :area, :message => "Please use integers to specify area" end Country.auto_migrate!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dm-validations-0.10.1 | spec/fixtures/country.rb |
dm-validations-0.10.0 | spec/fixtures/country.rb |