class SiteController < ApplicationController def index @pages = PublishedPage.all @adm = Admin.all end def show end def preview end end