Files
wedding/app/controllers/welcome_controller.rb
Rene cc494a048f
Some checks failed
CI / build (push) Has been cancelled
maps address and donate button removal
2025-09-14 11:03:33 +02:00

9 lines
219 B
Ruby

# frozen_string_literal: true
class WelcomeController < ApplicationController
def index
@google_maps_url = 'https://maps.app.goo.gl/2p2MZS7bEFoetYR19'
@cool_earth_url = 'https://www.coolearth.org/'
end
end