7 lines
99 B
Ruby
7 lines
99 B
Ruby
class WorkInfoController < ApplicationController
|
|
|
|
def index
|
|
@user = current_user
|
|
end
|
|
end
|