Create tracker rol

This commit is contained in:
German Galia
2019-06-03 09:29:52 +02:00
committed by lalo
parent 800a701a40
commit 9ce524e1f3
75 changed files with 1586 additions and 271 deletions

View File

@@ -1,8 +0,0 @@
class Admin::BudgetInvestmentProgressBarsController < Admin::ProgressBarsController
private
def progressable
Budget::Investment.find(params[:budget_investment_id])
end
end