bitgoblin-website/app/controllers/welcome_controller.rb

11 lines
112 B
Ruby

class WelcomeController < ApplicationController
def index
end
def contact
end
def support
end
end