gpt4 book ai didi

ruby-on-rails - rails : what are activeadmin 'comments on resources'

转载 作者:行者123 更新时间:2023-12-04 12:51:51 25 4
gpt4 key购买 nike

当您第一次在 Rails 应用程序上安装 activeadmin 时,/admin 仪表板中有一个名为“评论”的选项卡。

看到这个我很惊讶,因为我的数据库中没有这样的表。

这到底是做什么用的?文档说

By default Active Admin includes comments on resources. Sometimes, this is undesired.

谁能详细说明“对资源的评论”是什么意思

最佳答案

AA 提供了向每个资源添加评论的可能性。类似于 has_many :comments,但仅在 AA 面板中可用。

我通常禁用评论,但这取决于 - 有时它们很有用。

config/active_admin.rb中有一些设置:

  # You can completely disable comments:
config.comments = true
#
# You can disable the menu item for the comments index page:
config.show_comments_in_menu = false # if set to false you won't see the tab Comments
# You can change the name under which comments are registered:
# config.comments_registration_name = 'AdminComment'

关于ruby-on-rails - rails : what are activeadmin 'comments on resources' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33901914/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com