class HomeController < ApplicationController def index render layout: false end def about end end