# File app/controllers/metarep_controller.rb, line 97 def showReport @report = Report.find(params[:id]) session[:contextobject] = 'Report' session[:contextid] = @report.id render :layout => 'simple' end