Q:

actionview params

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
0

New to Communities?

Join the community