8 lines
113 B
Ruby
8 lines
113 B
Ruby
class PerformanceController < ApplicationController
|
|
|
|
def index
|
|
@perf = current_user.performance
|
|
end
|
|
|
|
end
|