Remove skip map checkbox

This commit is contained in:
Melvin Lammerts
2020-04-12 21:35:28 +00:00
committed by taitus
parent 414eba83ec
commit c34aa54122
20 changed files with 5 additions and 101 deletions

View File

@@ -60,7 +60,7 @@ class Management::Budgets::InvestmentsController < Management::BaseController
end
def investment_params
attributes = [:external_url, :heading_id, :tag_list, :organization_name, :location, :skip_map,
attributes = [:external_url, :heading_id, :tag_list, :organization_name, :location,
image_attributes: image_attributes,
documents_attributes: document_attributes,
map_location_attributes: map_location_attributes]