class ItemsController < ApplicationController def show @item = Item.find(params[:id]) render :layout => false end end