I have added the performance model, controller, route and seed data, now I am working on the actual visual aspects of the page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class PerformanceController < ApplicationController
|
||||
|
||||
def index
|
||||
@user = current_user
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user