0
-# A representation of a State or Province (e.g. New York/NY, Alberta, Northern
0
-# Ireland, etc.) for those countries that use them as an administrative
0
+# A representation of a State, Province, or sub-national administrative
0
+# division, for those countries that use such administrative divisions.
0
+# Useful for the purposes of addresses, local taxation purposes, etc.
0
+# US State => New York/NY
0
+# Canadian Province => Alberta/AB
0
+# UK Province/Constituent Country => Northern Ireland
0
+# German Bundesland => Baden-Württemburg/BW
0
@@ -12,6 +19,8 @@ class State
0
property :name, String, :length => 50, :nullable => false
0
property :country_code, String # foreign-key
0
+ ## TODO country_code and abbr a composite-key
0
\ No newline at end of file