invoice_keeper/app/controllers/products_controller.rb

7 lines
73 B
Ruby

class ProductsController < ApplicationController
def index
end
end