Some of us have basecamp.com email addresses

This commit is contained in:
Jorge Manrubia
2025-07-23 12:50:07 +02:00
parent 2ec2043e7b
commit 94ba4f6074
+1 -1
View File
@@ -6,6 +6,6 @@ module User::Staff
end
def staff?
email_address.ends_with?("@37signals.com")
email_address.ends_with?("@37signals.com") || email_address.ends_with?("@basecamp.com")
end
end