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.
如果我有一个方法要在多个控制器中使用,以保持我的代码干燥。这样做的rails方式是什么?
如果你想让你的代码可重用,我认为这application_controller是最好的地方。创建您认为可以在多个控制器中重用的任何方法,application_controller并在您想要的任何控制器中调用它们。
application_controller