Finalize check fields
Some checks failed
/ Run tests (push) Failing after 4m20s
/ Build, push and deploy image (push) Has been skipped
/ Run system tests (push) Has been cancelled

This commit is contained in:
david 2024-09-11 20:44:33 +02:00
parent 63fc206c27
commit 174cf9f503
12 changed files with 73 additions and 34 deletions

View file

@ -54,6 +54,6 @@ class LinksController < ApplicationController
# Only allow a list of trusted parameters through.
def link_params
params.require(:link).permit(:url, :text, :description_html, :last_check_at, :fail_count, :link_category_id)
params.require(:link).permit(:url, :text, :description, :link_category_id)
end
end