add all in the query, to be more pedantic

This commit is contained in:
Maxwell Salzberg 2011-08-19 13:59:41 -07:00
parent 3cee589397
commit e100032244

View file

@ -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> <head>
<title><%=invite_email_title %></title> <title><%=invite_email_title %></title>
</head> </head>