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.
我刚刚和一个朋友进行了一次简短的交谈,他提到有些人不喜欢Model.find(params[:id])控制器。
Model.find(params[:id])
他说另一种选择是有一个接口。您没有使用其他方法向对象发送消息。
有人可以解释一下并举个例子吗?
谢谢!
我认为这篇文章:'Making Rails Models Thin'很好地解释了这个概念。