作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的 Controller 中,我有:
render :layout => 'mobile'
在我看来,我希望能够获取布局的名称,在本例中为“mobile”。
我不需要 Controller 或操作名称...只需布局名称。
我使用的是 Rails 3.0.6。
最佳答案
我迟到了,但试试这个:
controller.send(:_layout).virtual_path.name
在 Rails 3.2 中测试
关于ruby-on-rails - rails 3 : How to get the name of the current layout?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8649880/
我是一名优秀的程序员,十分优秀!