mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fixed banner增加url跳转
This commit is contained in:
@@ -53,6 +53,6 @@ class Admins::Topic::BannersController < Admins::Topic::BaseController
|
||||
end
|
||||
|
||||
def banner_params
|
||||
params.require(:topic_banner).permit(:title, :order_index)
|
||||
params.require(:topic_banner).permit(:title, :order_index, :url)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user