8 lines
178 B
Ruby
8 lines
178 B
Ruby
# frozen_string_literal: true
|
|
|
|
resources :workloads, only: %w[index]
|
|
resources :wl_user_datas, only: %w[edit update]
|
|
|
|
resources :wl_national_holiday
|
|
resources :wl_user_vacations
|