added li membership

This commit is contained in:
2016-03-29 21:57:14 +02:00
parent e78ff2cb3b
commit 30164f2134
5 changed files with 7 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ class Supporter
field :city, type: String
field :email, type: String
field :support, type: String # Indicates the type of support
field :li_membership, type: Boolean
field :age_category, type: String
field :coordinates, type: Array
field :comments, type: String