class AboutController < ApplicationController def index render layout: "index" end def about end def api end end