Remove unused budget attributes

Tags and help links can be edited, but aren't used anywhere. Since we
don't know what the intended behavior was, I'm removing them for now.

My best guess is tags were supposed to be used so investments for a
budget can only be assigned tags present in the budget. Achieving that
behavior wouldn't be a trivial task.
This commit is contained in:
Javi Martín
2019-11-01 00:14:25 +01:00
parent beae82aae8
commit 62c4d41af4
8 changed files with 8 additions and 36 deletions

View File

@@ -4,9 +4,6 @@ class Budget < ApplicationRecord
include StatsVersionable
include Reportable
acts_as_taggable_on :valuation_tags
acts_as_taggable_on :milestone_tags
translates :name, touch: true
include Globalizable