akkounts/app/controllers/welcome_controller.rb
2020-11-07 14:55:07 +01:00

5 lines
70 B
Ruby

class WelcomeController < ApplicationController
def index
end
end