class AboutController < ApplicationController caches_page :index, :press_resources def index @static_page = StaticPage['about'] end def press_resources @static_page = StaticPage['press-resources'] end end