class HomeController < ApplicationController def show render html: "", layout: "application" end end