Finalize check fields
This commit is contained in:
parent
63fc206c27
commit
174cf9f503
12 changed files with 73 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue