From a3160310fe66477ee0822ef135471be568419a5b Mon Sep 17 00:00:00 2001 From: lorin Date: Fri, 7 Jun 2019 15:58:52 +0200 Subject: [PATCH] SCREW YOU GOOGLE Sent from my gmail --- lib/helpers/events.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/helpers/events.rb b/lib/helpers/events.rb index db4ec84..9f4480c 100644 --- a/lib/helpers/events.rb +++ b/lib/helpers/events.rb @@ -39,8 +39,4 @@ module EventsHelper [] end end - - def locationlink(location) - "https://www.google.com/maps/embed/v1/place?key=AIzaSyBDTmw7LtDG28o9QjCnNucAJv2zTZpLjJU&q=#{URI.escape(location)}" if location - end end