Can someone please tell me what
send(\"#{Model.find...}\")
is and does?
Another use case for views:
<%= link_to send("first_part_of_path_#{some_dynamic_parameters}_end_path", attr1, attr2), .... %>
Allow . you to write scalable view who work with all kind of objects with:
render 'your_view_path', object: "my_object"