有没有命令行可以在rails项目中创建EmbeddedDocument
是否有一个命令行可以在rails项目中创建EmbeddedDocument
rails generate model MyModelClass filed:string
从上面的命令行中,它会创建一个Document类型的类,并调用mongodb创建一个MyModelClass集合。
那么如果我想要一个 EmbeddedDocument 类怎么样? 有命令行吗?或者我必须手动创建空文件并输入文本才能自己完成?
谢谢。
is there a command line to create EmbeddedDocument in a rails project
rails generate model MyModelClass filed:string
from the above command line, it will create a Document type of class, and call mongodb to create a MyModelClass collection.
so how about if i want to have a EmbeddedDocument class??
is there an command line? or i have to manually create empty file and input text to do it by myself?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论