diff --git a/app/models/contact.rb b/app/models/contact.rb index 1b5b65e50..ae9fa92b1 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -1,6 +1,8 @@ # frozen_string_literal: true class Contact < ApplicationRecord + strip_attributes + # include helper module for Elasticsearch include Indexable