From 9470a239291a8a30d0e7d7c37f27f6388b6585b5 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 5 Feb 2017 14:19:48 -0500 Subject: [PATCH] only us for now --- app/policies/map_policy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/policies/map_policy.rb b/app/policies/map_policy.rb index 9ea0f2bb..de39717b 100644 --- a/app/policies/map_policy.rb +++ b/app/policies/map_policy.rb @@ -22,7 +22,7 @@ class MapPolicy < ApplicationPolicy end def conversation? - show? + show? && %w(connorturland@gmail.com devin@callysto.com chessscholar@gmail.com solaureum@gmail.com ishanshapiro@gmail.com).include? user.email end def create?