Add Budget Category enumeration

Replacing ‘activity’ on budget type with this—they should come from a
user’s role rather than the activity. Going with a generic name though
so this can change over time.
This commit is contained in:
Trevor Vallender 2023-11-30 17:03:45 +00:00
parent b93204d126
commit 6bc0ef80fb
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# frozen_string_literal: true
class TimeBudgetCategory < Enumeration
has_many :time_budgets, foreign_key: :category_id
OptionName = :enumeration_time_budget_category
def option_name
OptionName
end
end

View File

@ -1,3 +1,5 @@
en: en:
field_jobs: Jobs field_jobs: Jobs
field_job: Job field_job: Job
enumeration_time_budget_category: Time budget categories