Merge branch 'master' into features/publicity

# Conflicts:
#	.gitignore
This commit is contained in:
2017-04-18 16:22:36 +02:00
13 changed files with 11 additions and 81 deletions
-1
View File
@@ -44,7 +44,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