在rails_admin中使用show_in_app动作有什么用?

时间:2015-02-25 12:48:53

标签: ruby-on-rails ruby rails-admin

我是管理员小组使用rails_admin的新手。我在 config / initializers / rails_admin.rb

中有一些代码
config.actions do
    dashboard                     # mandatory
    index                         # mandatory
    new
    export
    bulk_delete
    show
    edit
    delete
    show_in_app # what is the use of this action?

    ## With an audit adapter, you can add:
    # history_index
    # history_show
  end

我开始知道除了show_in_app操作之外,上述操作的用途是什么。我已经完成了谷歌搜索,但到处都找到了它的代码。我找不到任何描述得很好的文件。你能解释一下我对这个动作的使用吗?我已经commentingun-commenting检查了该行,但在localhost:3000/admin/用户界面中找不到差异。

已经检查过:

1 个答案:

答案 0 :(得分:3)

Show in app是一个节目链接,打开您在前端后端列出或编辑的项目,它通常在项目旁边的操作中有一个眼睛图标。

show in app link

当您单击此按钮时,它会将您重定向到前端项目的显示路径