gpt4 book ai didi

ruby-on-rails - 获取对应 Controller Action View 文件的路径

转载 作者:行者123 更新时间:2023-12-03 14:04:55 24 4
gpt4 key购买 nike

通常 rails 会自动渲染对应于 Controller 和 Action 的文件。例如一个 Action indexTestController可以渲染文件 app/views/test/index.html.erb . 有没有一种动态的方式可以获得相应的 Action View 文件的路径? 例如,如果我有 test#something我要获取app/views/test/something.html.erb .

最佳答案

有可能的。退房 LookupContext view_renderer .

在 Controller 的操作中:

lookup_context.find_template("#{controller_path}/#{action_name}").identifier

在 View 中:
@view_renderer.lookup_context.find_template(@virtual_path).identifier

关于ruby-on-rails - 获取对应 Controller Action View 文件的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34126212/

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