在大写命名空间内生成脚手架控制器
我正在使用 apn_on_rails gem,它在名为 APN 的命名空间下有几个模型。 为 APN::Device 模型生成脚手架控制器并正确路由到它的正确方法是什么?
I'm using the apn_on_rails gem, that has few models under a namespace named APN.
What is the correct way to generate a scaffold controller for the APN::Device model and route to it correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将为您生成此模型:
在
app/models/a_p_n/device.rb
中,它将为您生成路线:
which will generate this model for you:
in
app/models/a_p_n/device.rb
and it will generate routes for you: