Rails 3 模型名称约定

发布于 2024-12-12 08:55:44 字数 132 浏览 2 评论 0原文

谁能向我解释一下 Rails 3 中的模型名称约定?

例如:
我的数据库中有一个名为“materialtitles”的表。
模型文件、模型类的名称必须满足 Rails 中的名称约定???

感谢您的帮助。

Can anyone explain me about a model name convention in Rails 3?

For example:
I have a table named "materialtitles" in my database.
What name does a model file, a model class have to satisfy convention of names in Rails???

Thanks for help.

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

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

发布评论

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

评论(1

是你 2024-12-19 08:55:44

文件名是 materialtitle.rb 并且驻留在 app/models 中。

您的模型的类名称将是 Materialtitle

The filename would be materialtitle.rb and would reside in app/models.

The class name of your model would be would be Materialtitle.

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