class StartController < ApplicationController layout 'start' def index end def about end end