Merge pull request #2504 from consul/budget_group_name_edit

Allow Budget Group names to be edited
This commit is contained in:
Raimond Garcia
2018-03-22 22:12:04 +01:00
committed by GitHub
12 changed files with 129 additions and 35 deletions

View File

@@ -16,8 +16,9 @@ class Budget
private
def generate_slug?
slug.nil? || budget.drafting?
end
def generate_slug?
slug.nil? || budget.drafting?
end
end
end