Rails 3:依赖 => :否认或类似?
我有一个模型“位置”,其中有许多“课程”
如果我销毁一个位置,我希望拒绝销毁请求,除非该位置与任何课程之间没有关系。我认为有一些非常简洁的方法可以做到这一点,但我找不到任何东西。
Soo...启用此类功能的最优雅/简单/简洁的方式是什么?
I have a model "location", which has many "courses"
If I destroy a location, I'd like the destroy request to be rejected unless there are no relationships between the location and any courses. I assume there's some pretty concise way of doing this, but I can't find anything.
Soo...what's the most elegant/simple/concise way of enabling this sort of functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在位置...
in Location...