Remove usage of Investment's internal_comments attr
This commit is contained in:
@@ -70,7 +70,7 @@ class Valuation::BudgetInvestmentsController < Valuation::BaseController
|
||||
def valuation_params
|
||||
params.require(:budget_investment).permit(:price, :price_first_year, :price_explanation,
|
||||
:feasibility, :unfeasibility_explanation,
|
||||
:duration, :valuation_finished, :internal_comments)
|
||||
:duration, :valuation_finished)
|
||||
end
|
||||
|
||||
def restrict_access_to_assigned_items
|
||||
|
||||
Reference in New Issue
Block a user