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