fix syntax issue
This commit is contained in:
parent
a3788377d8
commit
38e818bd52
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class MapPolicy < ApplicationPolicy
|
||||||
end
|
end
|
||||||
|
|
||||||
def conversation?
|
def conversation?
|
||||||
show? && %w(connorturland@gmail.com devin@callysto.com chessscholar@gmail.com solaureum@gmail.com ishanshapiro@gmail.com).include? user.email
|
show? && %w(connorturland@gmail.com devin@callysto.com chessscholar@gmail.com solaureum@gmail.com ishanshapiro@gmail.com).include?(user.email)
|
||||||
end
|
end
|
||||||
|
|
||||||
def create?
|
def create?
|
||||||
|
|
Loading…
Add table
Reference in a new issue