# File app/controllers/admin_controller.rb, line 45
  def show
    @user = User.find(params[:id])
    render :layout => 'simple'
  end