module Customer
  class HomeController < ApplicationController
    def index
    end
  end
end