story editor polish

This commit is contained in:
2023-01-22 20:29:10 +02:00
parent 0ac1c341df
commit f6bac88800
8 changed files with 40 additions and 53 deletions

View File

@ -48,6 +48,7 @@ class MembersController < ApplicationController
# Only allow a list of trusted parameters through.
def member_params
params.require(:member).permit(:name, :public, :bio , :picture, :arrived ,:left)
params.require(:member).permit(:name, :public, :bio , :picture,
:picture_cache , :arrived ,:left)
end
end