Rails 查看 ruby-china 后台自定义模板,一处不明白

stephen · 2012年03月31日 · 最后由 suupic 回复于 2012年04月01日 · 2366 次阅读

后台是用自定义模板,查看定义模板 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 呢?

mongoid 的 i18n 字段名 翻译模型的名称和属性的名称

需要 登录 后方可回复, 如果你还没有账号请 注册新账号