Remove skip map checkbox
This commit is contained in:
@@ -57,7 +57,7 @@ class Management::ProposalsController < Management::BaseController
|
||||
def proposal_params
|
||||
attributes = [:video_url, :responsible_name, :tag_list,
|
||||
:terms_of_service, :geozone_id,
|
||||
:skip_map, map_location_attributes: map_location_attributes]
|
||||
map_location_attributes: map_location_attributes]
|
||||
params.require(:proposal).permit(attributes, translation_params(Proposal))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user