class Admin::ItemsController < ApplicationController
include OrbitHelper
layout "structure"
def index
@items = Page.all
end