From 2cd7b3022963fc547810e9c7a4e56bf47b7de5bc Mon Sep 17 00:00:00 2001
From: Matheus Agio Nerone <man13@inf.ufpr.br>
Date: Tue, 18 Aug 2015 14:54:16 -0300
Subject: [PATCH] fix graphics

Signed-off-by: Matheus Agio Nerone <man13@inf.ufpr.br>
---
 app/controllers/management/estatisticas_controller.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/app/controllers/management/estatisticas_controller.rb b/app/controllers/management/estatisticas_controller.rb
index ac6b8ee3..dfbd3d1b 100644
--- a/app/controllers/management/estatisticas_controller.rb
+++ b/app/controllers/management/estatisticas_controller.rb
@@ -19,7 +19,6 @@ class Management::EstatisticasController < ManagementController
   }
     g.replace_colors(['green','yellow','black'])
     g.marker_count = 1
-    g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_user.png")
 
     g = Gruff::Line.new
     g.title = "Downloads"
@@ -39,7 +38,6 @@ class Management::EstatisticasController < ManagementController
     }
     g.replace_colors(['green','yellow','black'])
     g.marker_count = 1
-    g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_download.png")
 
     g = Gruff::Line.new
     g.title = "Colecoes"
@@ -59,7 +57,6 @@ class Management::EstatisticasController < ManagementController
     }
     g.replace_colors(['green','yellow','black'])
     g.marker_count = 1
-    g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_colecoes.png")
 
     g = Gruff::Line.new
     g.title = "Acessos"
@@ -79,7 +76,6 @@ class Management::EstatisticasController < ManagementController
     }
     g.replace_colors(['green','yellow','black'])
     g.marker_count = 1
-    g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_acessos.png")
   end
 
   def usuarios
@@ -103,7 +99,6 @@ class Management::EstatisticasController < ManagementController
   }
     g.replace_colors(['green','yellow','black','purple', 'blue'])
     g.marker_count = 1
-    g.write("/home/alexandre/projetos/portalmec/app/assets/images/usuarios.png")
   end
 
   def downloads
@@ -139,7 +134,6 @@ class Management::EstatisticasController < ManagementController
     }
     g.replace_colors(['green','yellow','black','purple', 'blue', 'brown', 'red'])
     g.marker_count = 1
-    g.write("/home/alexandre/projetos/portalmec/app/assets/images/colecoes.png")
   end
 
 end
-- 
GitLab