Remove mailchimp and add sendy

This commit is contained in:
2017-04-18 14:41:35 +02:00
parent c65513fd0a
commit cb1bf34588
12 changed files with 9 additions and 79 deletions
-1
View File
@@ -53,7 +53,6 @@ class Supporter
field :coordinates, type: Array
field :comments, type: String
field :language, type: String
field :unsubscribed, type: Boolean, default: false
field :duplicate, type: Boolean, default: false
validates :first_name, presence: true