2 # A representation of a State or Province (e.g. New York/NY, Alberta, Northern
3 # Ireland, etc.) for those countries that use them as an administrative
8 include DataMapper::Resource
10 property :id, Fixnum, :serial => true
11 property :abbr, String, :length => 10
12 property :name, String, :length => 50, :nullable => false
13 property :country_code, String # foreign-key