我正在将 Rails 应用程序转换为从 sqlite 运行到 mongodb。到目前为止一切顺利,但它没有选择我的 config/locales/en.yml 设置:-
en:
activerecord:
models:
access_ref: "Access Type"
applicant_type_ref: "Applicant Type"
applicant_custom_ref: "Applicant Custom Field"
limit_ref: "Spending Limit Increment"
tenure_ref: "Tenure Type"
property_type_ref: "Property Type"
property_custom_ref: "Property Custom Field"
我必须进行哪些更改才能让 rails 4/mongoid 环境选择上述设置?
非常感谢