invoice_keeper/app/controllers/invoices_controller.rb

5 lines
71 B
Ruby

class InvoicesController < ApplicationController
def index
end
end