From 8752d84c27d317ef6afea9b208f88fc481f96f95 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Sun, 25 Aug 2019 23:11:41 +0530 Subject: [PATCH] email not required --- app/models/booth.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/booth.rb b/app/models/booth.rb index 14740745..4c1bb203 100644 --- a/app/models/booth.rb +++ b/app/models/booth.rb @@ -25,7 +25,6 @@ class Booth < ApplicationRecord :state, :responsibles, :conference_id, - :email, :website_url, :submitter_relationship, presence: true