mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 02:59:07 +08:00
7 lines
131 B
Ruby
Vendored
7 lines
131 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
module DiscourseAssign
|
|
module DiscourseCalendar
|
|
HOLIDAY_CUSTOM_FIELD = "on_holiday"
|
|
end
|
|
end
|