Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.84 KB | None | 0 0
  1. Started GET "/workroom/food_orders/2011-02-12/detail" for 78.91.11.197 at Thu Fe                                                                                        b 10 11:40:23 +0100 2011
  2.   Processing by FoodOrdersController#detail as HTML
  3.   Parameters: {"id"=>"2011-02-12", "tab"=>"workroom"}
  4. Rendered food_orders/detail.html.erb within layouts/application (38.6ms)
  5. Completed   in 559ms
  6.  
  7. ActionView::Template::Error (Couldn't find Group without an ID):
  8.     11:     <tbody>
  9.     12:       <% meal.food_orders.where(:date => @date).group(:group_id).size.ea                                                                                        ch do |group_id, number| %>
  10.     13:         <tr>
  11.     14:           <td><%= Group.find(group_id).name_en %></td>
  12.     15:           <td><%= number %></td>
  13.     16:         </tr>
  14.     17:       <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement