Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常,Rails 主应用程序视图/布局会省略<html>标签,重点是定义其中应该包含的内容,例如<head>and<body>标签。
<html>
<head>
<body>
我实际上想要做的是在<html>顶级标签内定义一个简单的属性,但我不知道在哪里写它。
有小费吗?
它application.html.erb在views/layout文件夹中可用
application.html.erb
views/layout
该文件默认包含在您的所有视图中。