后台是用自定义模板,查看定义模板 index.html
1 <h1><%%= t("mongoid.models.<%= file_name %>") %></h1>
2 <div id="<%= plural_table_name %>">
3 <table class="grid">
4 <tr class="head">
5 <td>编号</td>
6<% attributes.each do |attr| -%>
7 <td><%%= t("mongoid.attributes.<%= file_name %>.<%= attr.name %>") %>
8 </td>
9 <% end -%>
第 1 和第 7,mongoid.models 和 mongoid.attributes 是什么,如果是 mysql 呢?