Make open source
This commit is contained in:
6
app/controllers/welcome_controller.rb
Normal file
6
app/controllers/welcome_controller.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class WelcomeController < ApplicationController
|
||||
def index
|
||||
@google_maps_url = 'https://goo.gl/maps/nBAxNAsmPSS2'
|
||||
@cool_earth_url = 'https://www.coolearth.org/'
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user