I just had a small conversation with a friend, and he had mentioned that some people don’t like Model.find(params[:id]) in the controller.
He said the alternative is to have an interface. That you’re not sending messages to an object with the other method.
Could someone explain this and give an example?
Thanks!
I think this post: ‘Making Rails Models Thin’ explains the concept fairly well.