19
3
2
482
0
1
在Rails中创建一个posts的index列表,常用的就是在index.html.erb文件中写html,并在posts_controller...
includes includes采用使用left outer joinA.includes(:B) 就是将B model的attribute一...