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:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user