added city

This commit is contained in:
2015-10-05 14:12:05 +02:00
parent 703a050dcd
commit e1c206d14d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ class Supporter
field :last_name, type: String
field :street, type: String
field :zip, type: Integer
field :city, type: String
field :email, type: String
field :support, type: String # Indicates the type of support
field :age_category, type: String