invoice_keeper/app/controllers/welcome_controller.rb

6 lines
71 B
Ruby

class WelcomeController < ApplicationController
def index
end
end