add filming location field to the location releases

This commit is contained in:
bilal
2020-06-03 13:19:52 +02:00
committed by Senad Uka
parent 64bda6eab6
commit c3caab3a65
7 changed files with 25 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ class Public::LocationReleasesController < Public::BaseController
:person_address_zip,
:person_address_country,
:signature_base64,
:locale, :contract_template, :filming_started_on, :filming_ended_on
:locale, :contract_template, :filming_started_on, :filming_ended_on,
:filming_hours
)
end