added route, controller, model, sidebar link, and basic index page for the work info section so that we can render user data
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class WorkInfoController < ApplicationController
|
||||
|
||||
def index
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user