Budget::Investment::Milestone is imageable

Admin form attaches an image
Milestone list has a column "Image", empty or with a link to the image
This commit is contained in:
iagirre
2017-12-12 17:55:21 +01:00
parent d49a1dc208
commit 35986ea6b5
4 changed files with 9 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ class Admin::BudgetInvestmentMilestonesController < Admin::BaseController
def milestone_params
params.require(:budget_investment_milestone)
.permit(:title, :description, :budget_investment_id)
.permit(:title, :description, :budget_investment_id,
image_attributes: [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy])
end
def load_budget_investment