Use acts_as_taggable for budget tags

We were adding columns to the budgets table instead of using the same
logic we use everywhere else.
This commit is contained in:
Javi Martín
2019-10-31 21:24:28 +01:00
parent d5cb519819
commit 20001824e5
8 changed files with 29 additions and 13 deletions

View File

@@ -71,8 +71,8 @@ class Admin::BudgetsController < Admin::BaseController
valid_attributes = [:phase,
:currency_symbol,
:help_link,
:budget_milestone_tags,
:budget_valuation_tags,
:milestone_tag_list,
:valuation_tag_list,
administrator_ids: [],
valuator_ids: [],
tracker_ids: []