added visualization chart for performance history

This commit is contained in:
Ken Johnson
2013-05-31 15:20:58 -04:00
parent 379c442049
commit 4813ba9349
5 changed files with 124 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
class PerformanceController < ApplicationController
def index
@user = current_user
@perf = current_user.performance
end
end