This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
class PaidTimeOffController < ApplicationController
|
||||
|
||||
def index
|
||||
@pto = current_user.paid_time_off
|
||||
@schedule = Schedule.new
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user