class PagesController < ApplicationController def privacy @current_section = :privacy end def tos @current_section = :tos end end