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