add all in the query, to be more pedantic
This commit is contained in:
parent
3cee589397
commit
e100032244
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<% @invites = @resource.invitations_to_me.includes(:sender =>{:person => :profile}).where(:admin => false)%>
|
||||
<% @invites = @resource.invitations_to_me.includes(:sender =>{:person => :profile}).where(:admin => false).all%>
|
||||
<head>
|
||||
<title><%=invite_email_title %></title>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue