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