Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 Order 的模型。
我正在使用 ActiveAdmin。
我有一个订单索引页面,当前用户可以看到他们所有的订单。
我想要另一个我称之为“生产”的页面,它显示所有订单,供生产经理管理。任何关于如何去做的想法都会很棒。谢谢
在另一个控制器方法ProductionController#something中,您可以准备所需的实例变量,然后呈现该索引页面的视图。就这样。
ProductionController#something