Skip to content
Snippets Groups Projects
Commit 27370d95 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

save location slug

parent bb3f90c3
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class Admin::Administration::LocationsController < Admin::Administration::Applic
params.require(:administration_location)
.permit(
:name, :address, :address_additional, :address_name, :zipcode, :city, :country,
:url, :phone, :summary,
:url, :phone, :summary, :slug,
:featured_image, :featured_image_delete, :featured_image_infos, :featured_image_alt, :featured_image_credit,
school_ids: [], program_ids: []
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment