somewhat better action_text integration, still wip

This commit is contained in:
2022-12-24 13:12:25 +02:00
parent fe96889200
commit 3c3882e6b3
8 changed files with 19 additions and 4 deletions

View File

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