# File app/controllers/metarep_controller.rb, line 511 def showSchemaType @schema_type = SchemaType.find(params[:id]) session[:contextobject] = 'SchemaType' session[:contextid] = @schema_type.id render :layout => 'simple' end