somewhat better action_text integration, still wip
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user