Add editing submission instructions

This commit is contained in:
Michael Ball 2021-03-06 12:45:00 -08:00
parent 3d99661d02
commit bc4177154a
4 changed files with 10 additions and 2 deletions

View file

@ -49,7 +49,7 @@ module Admin
private
def event_type_params
params.require(:event_type).permit(:title, :length, :minimum_abstract_length, :maximum_abstract_length, :color, :conference_id, :description)
params.require(:event_type).permit(:title, :length, :minimum_abstract_length, :maximum_abstract_length, :submission_instructions, :color, :conference_id, :description)
end
end
end