Globalize2 问题,未定义的方法“翻译”;为了?

发布于 2024-10-25 20:10:15 字数 157 浏览 3 评论 0原文

我已经在 Rails 应用程序上设置了 Globalize2,但是当我将翻译放在模型上时,我收到以下错误:

undefined method `translates' for

还有其他人收到此错误吗?顺便说一句,它在 3 号铁轨上。

I've set up Globalize2 on a rails app however I'm getting the following error when I put translates on the model:

undefined method `translates' for

Is anyone else getting this error? It's on rails 3 by the way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜警司 2024-11-01 20:10:15

如果运行rails3,则必须使用globalize3。
您可以从 https://github.com/svenfuchs/globalize3 下载它或通过添加

gem "globalize3"

给你 Gemfile 并运行捆绑安装。

You will have to use globalize3 if you run rails3.
You can download it from https://github.com/svenfuchs/globalize3 or by adding

gem "globalize3"

to you Gemfile and running bundle install.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文