added default value to li_membership

This commit is contained in:
2016-03-29 22:03:06 +02:00
parent 30164f2134
commit fdb58cee2d
+1 -1
View File
@@ -15,7 +15,7 @@ class Supporter
field :city, type: String field :city, type: String
field :email, type: String field :email, type: String
field :support, type: String # Indicates the type of support field :support, type: String # Indicates the type of support
field :li_membership, type: Boolean field :li_membership, type: Boolean, default: false
field :age_category, type: String field :age_category, type: String
field :coordinates, type: Array field :coordinates, type: Array
field :comments, type: String field :comments, type: String