Files
wedding/app/controllers/welcome_controller.rb
2020-05-30 09:40:57 +01:00

9 lines
210 B
Ruby

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