|
|
|
@ -5,6 +5,6 @@ class ShixunListsController < ApplicationController
|
|
|
|
|
|
|
|
|
|
private
|
|
|
|
|
def search_params
|
|
|
|
|
params.permit(:keyword, :type, :page, :limit, :order, :status, :diff, :sort)
|
|
|
|
|
params.permit(:keyword, :type, :page, :limit, :order, :status, :diff, :sort, :no_jupyter)
|
|
|
|
|
end
|
|
|
|
|
end
|