6 lines
74 B
Ruby
6 lines
74 B
Ruby
class WorkInfoController < ApplicationController
|
|
|
|
def index
|
|
end
|
|
end
|