Files
wedding/app/controllers/welcome_controller.rb
John Lees-Miller 6e82ba528b Make open source
2018-10-27 16:46:26 +01:00

7 lines
179 B
Ruby

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