📅  最后修改于: 2022-03-11 15:00:00.784000             🧑  作者: Mango
params.require(:log_entry).permit! # permits all attributes under log_entry hash
params.permit!(:log_entry).permit(:title, :description) # specify attributes under log_entry hash