unsubscribe and added zip for newletter marketing

This commit is contained in:
2016-05-14 11:14:47 +02:00
parent c0bb8f3cbe
commit dc3c97e9b7
2 changed files with 25 additions and 9 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ class Supporter
field :coordinates, type: Array
field :comments, type: String
field :language, type: String
field :email2, type: String
field :email3, type: String
field :unsubscribed, type: Boolean, default: false
field :duplicate, type: Boolean, default: false
validates :first_name, presence: true