bitgoblin-website/app/controllers/welcome_controller.rb

11 lines
112 B
Ruby
Raw Permalink Normal View History

2022-07-04 01:21:08 -04:00
class WelcomeController < ApplicationController
def index
end
def contact
end
def support
end
end