Added some eager loading for balancing new.
This commit is contained in:
parent
40d9195eac
commit
6196bdae41
3 changed files with 6 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
.well.well-small
|
||||
%h3 Kommentare
|
||||
#comments= render :partial => 'shared/comments', locals: {comments: @order.comments}
|
||||
#comments= render :partial => 'shared/comments', locals: {comments: @order.comments.includes(:user)}
|
||||
|
||||
- content_for :actionbar do
|
||||
.btn-group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue